public class DecisionTreeModel.SaveLoadV1_0$.PredictData
extends Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
DecisionTreeModel.SaveLoadV1_0$.PredictData(double predict,
double prob) |
| Modifier and Type | Method and Description |
|---|---|
double |
predict() |
double |
prob() |
Predict |
toPredict() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DecisionTreeModel.SaveLoadV1_0$.PredictData(double predict,
double prob)
public double predict()
public double prob()
public Predict toPredict()