Package | Description |
---|---|
weka.classifiers.trees | |
weka.classifiers.trees.adtree |
Modifier and Type | Method and Description |
---|---|
void |
ADTree.merge(ADTree mergeWith)
Merges two trees together.
|
Modifier and Type | Method and Description |
---|---|
void |
PredictionNode.addChild(Splitter newChild,
ADTree addingTo)
Adds a child to this node.
|
void |
PredictionNode.merge(PredictionNode merger,
ADTree mergingTo)
Merges this node with another.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.