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