public static class HoeffdingTree.InactiveLearningNode extends HoeffdingTree.LearningNode
observedClassDistribution| Constructor and Description |
|---|
HoeffdingTree.InactiveLearningNode(double[] initialClassObservations) |
| Modifier and Type | Method and Description |
|---|---|
void |
learnFromInstance(weka.core.Instance inst,
HoeffdingTree ht) |
calcByteSize, calcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getClassVotes, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepthcopy, copy, measureByteSize, measureByteSize, toStringpublic HoeffdingTree.InactiveLearningNode(double[] initialClassObservations)
public void learnFromInstance(weka.core.Instance inst,
HoeffdingTree ht)
learnFromInstance in class HoeffdingTree.LearningNodeCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.