public static class LimAttHoeffdingTree.LimAttLearningNode extends HoeffdingTree.ActiveLearningNode
Modifier and Type | Field and Description |
---|---|
protected int[] |
listAttributes |
protected int |
numAttributes |
protected double |
weightSeenAtLastSplitEvaluation |
attributeObservers, isInitialized
observedClassDistribution
Constructor and Description |
---|
LimAttHoeffdingTree.LimAttLearningNode(double[] initialClassObservations) |
Modifier and Type | Method and Description |
---|---|
void |
learnFromInstance(weka.core.Instance inst,
HoeffdingTree ht) |
void |
setlistAttributes(int[] list) |
calcByteSize, disableAttribute, getBestSplitSuggestions, getWeightSeen, getWeightSeenAtLastSplitEvaluation, setWeightSeenAtLastSplitEvaluation
calcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getClassVotes, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepth
copy, copy, measureByteSize, measureByteSize, toString
protected double weightSeenAtLastSplitEvaluation
protected int[] listAttributes
protected int numAttributes
public LimAttHoeffdingTree.LimAttLearningNode(double[] initialClassObservations)
public void setlistAttributes(int[] list)
public void learnFromInstance(weka.core.Instance inst, HoeffdingTree ht)
learnFromInstance
in class HoeffdingTree.ActiveLearningNode
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.