Package moa.classifiers.trees
Class HoeffdingOptionTree.InactiveLearningNode
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.classifiers.trees.HoeffdingOptionTree.Node
-
- moa.classifiers.trees.HoeffdingOptionTree.LearningNode
-
- moa.classifiers.trees.HoeffdingOptionTree.InactiveLearningNode
-
- All Implemented Interfaces:
Serializable
,MOAObject
- Enclosing class:
- HoeffdingOptionTree
public static class HoeffdingOptionTree.InactiveLearningNode extends HoeffdingOptionTree.LearningNode
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.classifiers.trees.HoeffdingOptionTree.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, HoeffdingOptionTree ht)
-
Methods inherited from class moa.classifiers.trees.HoeffdingOptionTree.Node
calcByteSize, calcByteSizeIncludingSubtree, calculatePromise, describeSubtree, filterInstanceToLeaves, filterInstanceToLeaves, getClassVotes, getDescription, getObservedClassDistribution, isLeaf, observedClassDistributionIsPure, subtreeDepth
-
Methods inherited from class moa.AbstractMOAObject
copy, copy, measureByteSize, measureByteSize, toString
-
-
-
-
Method Detail
-
learnFromInstance
public void learnFromInstance(Instance inst, HoeffdingOptionTree ht)
- Specified by:
learnFromInstance
in classHoeffdingOptionTree.LearningNode
-
-