Package | Description |
---|---|
weka.classifiers.trees.m5 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleNode.findBestLeaf(double[] maxCoverage,
RuleNode[] bestLeaf)
Find the leaf with greatest coverage
|
Constructor and Description |
---|
RuleNode(double globalDev,
double globalAbsDev,
RuleNode parent)
Creates a new
RuleNode instance. |
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.