|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleNode2 | |
|---|---|
| weka.classifiers.trees.m5 | |
| Uses of RuleNode2 in weka.classifiers.trees.m5 |
|---|
| Fields in weka.classifiers.trees.m5 declared as RuleNode2 | |
|---|---|
protected RuleNode2 |
RuleNode2.m_left
left child node |
protected RuleNode2 |
RuleNode2.m_right
right child node |
protected RuleNode2 |
Rule2.m_topOfTree
the top of the m5 tree for this rule |
| Methods in weka.classifiers.trees.m5 that return RuleNode2 | |
|---|---|
RuleNode2 |
Rule2.getM5RootNode()
|
RuleNode2 |
M5Base2.getM5RootNode()
|
RuleNode2 |
RuleNode2.leftNode()
Get the left child of this node |
RuleNode2 |
RuleNode2.parentNode()
Get the parent of this node |
RuleNode2 |
RuleNode2.rightNode()
Get the right child of this node |
RuleNode2 |
Rule2.topOfTree()
Returns the top of the tree. |
| Methods in weka.classifiers.trees.m5 with parameters of type RuleNode2 | |
|---|---|
void |
RuleNode2.findBestLeaf(double[] maxCoverage,
RuleNode2[] bestLeaf)
Find the leaf with greatest coverage |
| Constructors in weka.classifiers.trees.m5 with parameters of type RuleNode2 | |
|---|---|
RuleNode2(double globalDev,
double globalAbsDev,
RuleNode2 parent)
Creates a new RuleNode instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||