java.io.Serializable
, MOAObject
ARFHoeffdingTree.LearningNodeNB
public static class ARFHoeffdingTree.RandomLearningNode extends HoeffdingTree.ActiveLearningNode
Modifier and Type | Field | Description |
---|---|---|
protected int[] |
listAttributes |
|
protected int |
numAttributes |
attributeObservers, isInitialized, weightSeenAtLastSplitEvaluation
observedClassDistribution
Constructor | Description |
---|---|
RandomLearningNode(double[] initialClassObservations,
int subspaceSize) |
Modifier and Type | Method | Description |
---|---|---|
void |
learnFromInstance(Instance inst,
HoeffdingTree ht) |
copy, copy, measureByteSize, measureByteSize, toString
calcByteSize, disableAttribute, getBestSplitSuggestions, getWeightSeen, getWeightSeenAtLastSplitEvaluation, setWeightSeenAtLastSplitEvaluation
calcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getClassVotes, getDescription, getObservedClassDistribution, getObservedClassDistributionAtLeavesReachableThroughThisNode, isLeaf, observedClassDistributionIsPure, subtreeDepth
protected int[] listAttributes
protected int numAttributes
public RandomLearningNode(double[] initialClassObservations, int subspaceSize)
public void learnFromInstance(Instance inst, HoeffdingTree ht)
learnFromInstance
in class HoeffdingTree.ActiveLearningNode
Copyright © 2020 University of Waikato, Hamilton, NZ. All Rights Reserved.