Package moa.classifiers.trees
Class HoeffdingTree.InactiveLearningNode
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.classifiers.trees.HoeffdingTree.Node
-
- moa.classifiers.trees.HoeffdingTree.LearningNode
-
- moa.classifiers.trees.HoeffdingTree.InactiveLearningNode
-
- All Implemented Interfaces:
Serializable
,MOAObject
- Direct Known Subclasses:
MultilabelHoeffdingTree.MultilabelInactiveLearningNode
- Enclosing class:
- HoeffdingTree
public static class HoeffdingTree.InactiveLearningNode extends HoeffdingTree.LearningNode
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.classifiers.trees.HoeffdingTree.Node
observedClassDistribution
-
-
Constructor Summary
Constructors Constructor Description InactiveLearningNode(double[] initialClassObservations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 void learnFromInstance(Instance inst, HoeffdingTree ht)
- Specified by:
learnFromInstance
in classHoeffdingTree.LearningNode
-
-