public final class DecisionTreeLeafNode extends Object implements DecisionTreeNode
| Constructor and Description |
|---|
DecisionTreeLeafNode(double val)
Constructs a new decision tree leaf node.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getVal() |
Double |
predict(Vector doubles)
Make a prediction for the specified input arguments.
|
String |
toString() |
String |
toString(boolean pretty) |
public DecisionTreeLeafNode(double val)
val - Value of the node.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025