Package com.opttek.optquest.heatmap
Class DecisionTree.Node
java.lang.Object
com.opttek.optquest.heatmap.DecisionTree.Node
- Enclosing class:
DecisionTree
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
double
int
double
double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int id -
x
public double x -
xidx
public int xidx -
y
public double y -
ysigma
public double ysigma -
left
-
right
-
-
Constructor Details
-
Node
public Node(int id)
-