public final class DecisionTreeLeafNode extends DecisionTreeNode
Constructor and Description |
---|
DecisionTreeLeafNode()
For jackson serialization needs.
|
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.public DecisionTreeLeafNode()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022