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