Class FIMTDDNumericAttributeClassLimitObserver.Node
- java.lang.Object
-
- moa.classifiers.core.attributeclassobservers.FIMTDDNumericAttributeClassObserver.Node
-
- moa.classifiers.rules.core.attributeclassobservers.FIMTDDNumericAttributeClassLimitObserver.Node
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FIMTDDNumericAttributeClassLimitObserver
protected class FIMTDDNumericAttributeClassLimitObserver.Node extends FIMTDDNumericAttributeClassObserver.Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FIMTDDNumericAttributeClassLimitObserver.Node
root
-
Fields inherited from class moa.classifiers.core.attributeclassobservers.FIMTDDNumericAttributeClassObserver.Node
cut_point, left, leftStatistics, right, rightStatistics
-
-
Constructor Summary
Constructors Constructor Description Node(double val, double label, double weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
insertValue(double val, double label, double weight)
Insert a new value into the tree, updating both the sum of values and sum of squared values arrays
-
-
-
Field Detail
-
root
protected FIMTDDNumericAttributeClassLimitObserver.Node root
-
-
Method Detail
-
insertValue
public void insertValue(double val, double label, double weight)
Insert a new value into the tree, updating both the sum of values and sum of squared values arrays- Overrides:
insertValue
in classFIMTDDNumericAttributeClassObserver.Node
-
-