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