Package | Description |
---|---|
weka.classifiers.meta.nestedDichotomies |
Modifier and Type | Field and Description |
---|---|
protected ND.NDTree |
ND.NDTree.m_left
The left successor
|
protected ND.NDTree |
ND.m_ndtree
The tree of classes
|
protected ND.NDTree |
ND.NDTree.m_parent
The parent
|
protected ND.NDTree |
ND.NDTree.m_right
The right successor
|
Modifier and Type | Method and Description |
---|---|
protected ND.NDTree |
ND.NDTree.locateNode(int nodeIndex,
int[] currentIndex)
Locates the node with the given index (depth-first traversal).
|
Modifier and Type | Method and Description |
---|---|
void |
ND.buildClassifierForNode(ND.NDTree node,
Instances data)
Builds the classifier for one node.
|
protected double[] |
ND.distributionForInstance(Instance inst,
ND.NDTree node)
Predicts the class distribution for a given instance
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.