public class DecisionTreeModel.SaveLoadV1_0$.PredictData$
extends Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static DecisionTreeModel.SaveLoadV1_0$.PredictData$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
PredictData$() |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.PredictData |
apply(Predict p) |
org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.PredictData |
apply(Row r) |
public static final DecisionTreeModel.SaveLoadV1_0$.PredictData$ MODULE$