public static class HoeffdingOptionTree.LearningNodeNB extends HoeffdingOptionTree.ActiveLearningNode
attributeObservers, weightSeenAtLastSplitEvaluation
observedClassDistribution
Constructor and Description |
---|
LearningNodeNB(double[] initialClassObservations) |
Modifier and Type | Method and Description |
---|---|
void |
disableAttribute(int attIndex) |
double[] |
getClassVotes(Instance inst,
HoeffdingOptionTree hot) |
calcByteSize, getBestSplitSuggestions, getWeightSeen, getWeightSeenAtLastSplitEvaluation, learnFromInstance, setWeightSeenAtLastSplitEvaluation
calcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaves, filterInstanceToLeaves, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepth
copy, copy, measureByteSize, measureByteSize, toString
public double[] getClassVotes(Instance inst, HoeffdingOptionTree hot)
getClassVotes
in class HoeffdingOptionTree.Node
public void disableAttribute(int attIndex)
disableAttribute
in class HoeffdingOptionTree.ActiveLearningNode
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.