Package | Description |
---|---|
weka.classifiers.trees.adtree |
Modifier and Type | Method and Description |
---|---|
PredictionNode |
TwoWayNominalSplit.getChildForBranch(int branchNum)
Gets the child for a branch of the split.
|
PredictionNode |
TwoWayNumericSplit.getChildForBranch(int branchNum)
Gets the child for a branch of the split.
|
abstract PredictionNode |
Splitter.getChildForBranch(int branchNum)
Gets the child for a branch of the split.
|
Modifier and Type | Method and Description |
---|---|
void |
PredictionNode.merge(PredictionNode merger,
ADTree mergingTo)
Merges this node with another.
|
void |
TwoWayNominalSplit.setChildForBranch(int branchNum,
PredictionNode childPredictor)
Sets the child for a branch of the split.
|
void |
TwoWayNumericSplit.setChildForBranch(int branchNum,
PredictionNode childPredictor)
Sets the child for a branch of the split.
|
abstract void |
Splitter.setChildForBranch(int branchNum,
PredictionNode childPredictor)
Sets the child for a branch of the split.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.