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