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