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