Last chance! 50% off unlimited learning
Sale ends in
SDEFSR_Rules
object returning a new SDEFSR_Rules
objectGenerates a new SDEFSR_Rules
object containing the rules that passed the filter
specified
# S3 method for SDEFSR_Rules
[(SDEFSR_RulesObject, condition = T)
The SDEFSR_RulesObject
object to filter
Expression to filter the SDEFSR_Rules
object
This functions allows to filter the rule set by a given quality measure. The quality measures
that are available are: nVars, Coverage, Unusualness, Significance, FuzzySupport,
Support, FuzzyConfidence, Confidence, TPr and FPr
# NOT RUN {
library(SDEFSR)
#Apply filter by unusualness
habermanRules[Unusualness > 0.05]
#Also, you can make the filter as complex as you can
#Filter by Unusualness and TPr
habermanRules[Unusualness > 0.05 & TPr > 0.9]
# }
Run the code above in your browser using DataLab