Package moa.classifiers.trees
Class HoeffdingTree.LearningNode
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.classifiers.trees.HoeffdingTree.Node
-
- moa.classifiers.trees.HoeffdingTree.LearningNode
-
- All Implemented Interfaces:
Serializable
,MOAObject
- Direct Known Subclasses:
HoeffdingTree.ActiveLearningNode
,HoeffdingTree.InactiveLearningNode
- Enclosing class:
- HoeffdingTree
public abstract static class HoeffdingTree.LearningNode extends HoeffdingTree.Node
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.classifiers.trees.HoeffdingTree.Node
observedClassDistribution
-
-
Constructor Summary
Constructors Constructor Description LearningNode(double[] initialClassObservations)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
learnFromInstance(Instance inst, HoeffdingTree ht)
-
Methods inherited from class moa.classifiers.trees.HoeffdingTree.Node
calcByteSize, calcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaf, getClassVotes, getDescription, getObservedClassDistribution, getObservedClassDistributionAtLeavesReachableThroughThisNode, isLeaf, observedClassDistributionIsPure, subtreeDepth
-
Methods inherited from class moa.AbstractMOAObject
copy, copy, measureByteSize, measureByteSize, toString
-
-
-
-
Method Detail
-
learnFromInstance
public abstract void learnFromInstance(Instance inst, HoeffdingTree ht)
-
-