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.14 Release Date : November 5 2024