Uses of Class
weka.classifiers.trees.m5.RuleNode
Packages that use RuleNode
-
Uses of RuleNode in weka.classifiers.trees.m5
Methods in weka.classifiers.trees.m5 that return RuleNodeModifier and TypeMethodDescriptionM5Base.getM5RootNode()
Rule.getM5RootNode()
RuleNode.leftNode()
Get the left child of this nodeRuleNode.parentNode()
Get the parent of this nodeRuleNode.rightNode()
Get the right child of this nodeRule.topOfTree()
Returns the top of the tree.Methods in weka.classifiers.trees.m5 with parameters of type RuleNodeModifier and TypeMethodDescriptionvoid
RuleNode.findBestLeaf
(double[] maxCoverage, RuleNode[] bestLeaf) Find the leaf with greatest coverageConstructors in weka.classifiers.trees.m5 with parameters of type RuleNode