Package | Description |
---|---|
weka.classifiers.trees.jchaid | |
weka.classifiers.trees.jchaidstar |
Modifier and Type | Method and Description |
---|---|
protected CHAIDClassifierTree |
CHAIDClassifierTree.getNewTree(weka.core.Instances data)
Returns a newly created tree.
|
protected CHAIDClassifierTree |
CHAIDClassifierTree.getNewTree(weka.core.Instances train,
weka.core.Instances test)
Returns a newly created tree.
|
private CHAIDClassifierTree |
CHAIDClassifierTree.son(int index)
Method just exists to make program easier to read.
|
Modifier and Type | Class and Description |
---|---|
class |
CHAIDStarClassifierTree
Class for handling a tree structure for CHAID* algorithm.
|