Uses of Class
weka.classifiers.trees.m5.RuleNode
-
Uses of RuleNode in weka.classifiers.trees.m5
Modifier 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.Modifier and TypeMethodDescriptionvoid
RuleNode.findBestLeaf
(double[] maxCoverage, RuleNode[] bestLeaf) Find the leaf with greatest coverage