Class DecisionTreeModel.SaveLoadV1_0$.SplitData
Object
org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0$.SplitData
- All Implemented Interfaces:
 Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
 - DecisionTreeModel.SaveLoadV1_0$
 
public class DecisionTreeModel.SaveLoadV1_0$.SplitData
extends Object
implements scala.Product, scala.Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix 
- 
Constructor Details
- 
SplitData
public SplitData(int feature, double threshold, int featureType, scala.collection.Seq<Object> categories)  
 - 
 - 
Method Details
- 
apply
public static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData apply(Split s)  - 
apply
public static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData apply(Row r)  - 
feature
public int feature() - 
threshold
public double threshold() - 
featureType
public int featureType() - 
categories
 - 
toSplit
 
 -