Uses of Class
weka.classifiers.rules.Rule
-
Uses of Rule in weka.classifiers.rules
Modifier and TypeClassDescriptionclass
This class implements a single rule that predicts specified class.Modifier and TypeMethodDescriptionJRip.getRuleset()
Get the ruleset generated by RipperRuleStats.getRuleset()
Get the ruleset of the statsModifier and TypeMethodDescriptionvoid
RuleStats.addAndUpdate
(Rule lastRule) Add a rule to the ruleset and update the statsModifier and TypeMethodDescriptionstatic Instances
RuleStats.rmCoveredBySuccessives
(Instances data, ArrayList<Rule> rules, int index) Static utility function to count the data covered by the rules after the given index in the given rules, and then remove them.void
RuleStats.setRuleset
(ArrayList<Rule> rules) Set the ruleset of the stats, overwriting the old one if any