protected class FIMTDDNumericAttributeClassObserver.Node extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
double |
cut_point |
FIMTDDNumericAttributeClassObserver.Node |
left |
DoubleVector |
leftStatistics |
FIMTDDNumericAttributeClassObserver.Node |
right |
DoubleVector |
rightStatistics |
Constructor and Description |
---|
FIMTDDNumericAttributeClassObserver.Node(double val,
double label,
double weight) |
Modifier and Type | Method and 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
|
public double cut_point
public DoubleVector leftStatistics
public DoubleVector rightStatistics
public FIMTDDNumericAttributeClassObserver.Node left
public FIMTDDNumericAttributeClassObserver.Node right
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.