Description Usage Arguments Details Value Examples
View source: R/exportedFunctions.R
@title Return an ordered rule set by a given quality measure
@description This function sorts a rule set in descendant order by a given quality measure that are available on the object
1 2 |
x |
The rule set passed as a |
decreasing |
A logical indicating if the sort should be increasing or decreasing. By default, decreasing. |
... |
Additional parameters as "by", a String with the name of the quality measure to order by. Valid values are: |
The additional argument in "..." is the 'by' argument, which is a s
string with the name of the quality measure to order by. Valid values are:
nVars, Coverage, Unusualness, Significance, FuzzySupport, Support, FuzzyConfidence, Confidence, Tpr, Fpr
.
another SDEFSR_Rules
object with the rules sorted
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.