public static class HoeffdingOptionTree.LearningNodeNB extends HoeffdingOptionTree.ActiveLearningNode
attributeObservers, weightSeenAtLastSplitEvaluation
observedClassDistribution
Constructor and Description |
---|
HoeffdingOptionTree.LearningNodeNB(double[] initialClassObservations) |
Modifier and Type | Method and Description |
---|---|
void |
disableAttribute(int attIndex) |
double[] |
getClassVotes(weka.core.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 HoeffdingOptionTree.LearningNodeNB(double[] initialClassObservations)
public double[] getClassVotes(weka.core.Instance inst, HoeffdingOptionTree hot)
getClassVotes
in class HoeffdingOptionTree.Node
public void disableAttribute(int attIndex)
disableAttribute
in class HoeffdingOptionTree.ActiveLearningNode
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.