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