public static class RandomHoeffdingTree.LearningNodeNB extends RandomHoeffdingTree.RandomLearningNode
listAttributes, numAttributesattributeObservers, isInitialized, weightSeenAtLastSplitEvaluationobservedClassDistribution| Constructor and Description |
|---|
RandomHoeffdingTree.LearningNodeNB(double[] initialClassObservations) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableAttribute(int attIndex) |
double[] |
getClassVotes(weka.core.Instance inst,
HoeffdingTree ht) |
learnFromInstancecalcByteSize, getBestSplitSuggestions, getWeightSeen, getWeightSeenAtLastSplitEvaluation, setWeightSeenAtLastSplitEvaluationcalcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepthcopy, copy, measureByteSize, measureByteSize, toStringpublic RandomHoeffdingTree.LearningNodeNB(double[] initialClassObservations)
public double[] getClassVotes(weka.core.Instance inst,
HoeffdingTree ht)
getClassVotes in class HoeffdingTree.Nodepublic void disableAttribute(int attIndex)
disableAttribute in class HoeffdingTree.ActiveLearningNodeCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.