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