Uses of Class
weka.classifiers.rules.Rule
Packages that use Rule
-
Uses of Rule in weka.classifiers.rules
Subclasses of Rule in weka.classifiers.rulesModifier and TypeClassDescriptionclassThis class implements a single rule that predicts specified class.Methods in weka.classifiers.rules that return types with arguments of type RuleModifier and TypeMethodDescriptionJRip.getRuleset()Get the ruleset generated by RipperRuleStats.getRuleset()Get the ruleset of the statsMethods in weka.classifiers.rules with parameters of type RuleModifier and TypeMethodDescriptionvoidRuleStats.addAndUpdate(Rule lastRule) Add a rule to the ruleset and update the statsMethod parameters in weka.classifiers.rules with type arguments of type RuleModifier and TypeMethodDescriptionstatic InstancesRuleStats.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.voidRuleStats.setRuleset(ArrayList<Rule> rules) Set the ruleset of the stats, overwriting the old one if anyConstructor parameters in weka.classifiers.rules with type arguments of type Rule