public static class HoeffdingTree.LearningNodeNB extends HoeffdingTree.ActiveLearningNode
attributeObservers, isInitialized, weightSeenAtLastSplitEvaluationobservedClassDistribution| 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, setWeightSeenAtLastSplitEvaluationcalcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepthcopy, copy, measureByteSize, measureByteSize, toStringpublic HoeffdingTree.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.