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