Uses of Class
weka.classifiers.trees.m5.RuleNode2
-
Packages that use RuleNode2 Package Description weka.classifiers.trees.m5 -
-
Uses of RuleNode2 in weka.classifiers.trees.m5
Fields in weka.classifiers.trees.m5 declared as RuleNode2 Modifier and Type Field Description protected RuleNode2RuleNode2. m_leftleft child nodeprotected RuleNode2RuleNode2. m_rightright child nodeprotected RuleNode2Rule2. m_topOfTreethe top of the m5 tree for this ruleMethods in weka.classifiers.trees.m5 that return RuleNode2 Modifier and Type Method Description RuleNode2M5Base2. getM5RootNode()RuleNode2Rule2. getM5RootNode()RuleNode2RuleNode2. leftNode()Get the left child of this nodeRuleNode2RuleNode2. parentNode()Get the parent of this nodeRuleNode2RuleNode2. rightNode()Get the right child of this nodeRuleNode2Rule2. topOfTree()Returns the top of the tree.Methods in weka.classifiers.trees.m5 with parameters of type RuleNode2 Modifier and Type Method Description voidRuleNode2. findBestLeaf(double[] maxCoverage, RuleNode2[] bestLeaf)Find the leaf with greatest coverageConstructors in weka.classifiers.trees.m5 with parameters of type RuleNode2 Constructor Description RuleNode2(double globalDev, double globalAbsDev, RuleNode2 parent)Creates a newRuleNodeinstance.
-