public static class LimAttHoeffdingTree.LearningNodeNBAdaptive extends LimAttHoeffdingTree.LearningNodeNB
| Modifier and Type | Field and Description |
|---|---|
protected double |
mcCorrectWeight |
protected double |
nbCorrectWeight |
listAttributes, numAttributes, weightSeenAtLastSplitEvaluationattributeObservers, isInitializedobservedClassDistribution| Constructor and Description |
|---|
LimAttHoeffdingTree.LearningNodeNBAdaptive(double[] initialClassObservations) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getClassVotes(weka.core.Instance inst,
HoeffdingTree ht) |
void |
learnFromInstance(weka.core.Instance inst,
HoeffdingTree ht) |
disableAttributesetlistAttributescalcByteSize, getBestSplitSuggestions, getWeightSeen, getWeightSeenAtLastSplitEvaluation, setWeightSeenAtLastSplitEvaluationcalcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepthcopy, copy, measureByteSize, measureByteSize, toStringprotected double mcCorrectWeight
protected double nbCorrectWeight
public LimAttHoeffdingTree.LearningNodeNBAdaptive(double[] initialClassObservations)
public void learnFromInstance(weka.core.Instance inst,
HoeffdingTree ht)
learnFromInstance in class LimAttHoeffdingTree.LimAttLearningNodepublic double[] getClassVotes(weka.core.Instance inst,
HoeffdingTree ht)
getClassVotes in class LimAttHoeffdingTree.LearningNodeNBCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.