public static class AdaHoeffdingOptionTree.AdaLearningNode extends HoeffdingOptionTree.LearningNodeNB
| Modifier and Type | Field and Description |
|---|---|
protected double |
alpha |
protected double |
CorrectWeight |
protected double |
mcCorrectWeight |
protected double |
nbCorrectWeight |
attributeObservers, weightSeenAtLastSplitEvaluationobservedClassDistribution| Constructor and Description |
|---|
AdaHoeffdingOptionTree.AdaLearningNode(double[] initialClassObservations) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getClassVotes(weka.core.Instance inst,
HoeffdingOptionTree ht) |
void |
learnFromInstance(weka.core.Instance inst,
HoeffdingOptionTree hot) |
disableAttributecalcByteSize, getBestSplitSuggestions, getWeightSeen, getWeightSeenAtLastSplitEvaluation, setWeightSeenAtLastSplitEvaluationcalcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaves, filterInstanceToLeaves, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepthcopy, copy, measureByteSize, measureByteSize, toStringprotected double mcCorrectWeight
protected double nbCorrectWeight
protected double CorrectWeight
protected double alpha
public AdaHoeffdingOptionTree.AdaLearningNode(double[] initialClassObservations)
public void learnFromInstance(weka.core.Instance inst,
HoeffdingOptionTree hot)
learnFromInstance in class HoeffdingOptionTree.ActiveLearningNodepublic double[] getClassVotes(weka.core.Instance inst,
HoeffdingOptionTree ht)
getClassVotes in class HoeffdingOptionTree.LearningNodeNBCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.