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