Class DecisionTreeModel.SaveLoadV1_0$.SplitData
Object
org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0$.SplitData
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- DecisionTreeModel.SaveLoadV1_0$
public class DecisionTreeModel.SaveLoadV1_0$.SplitData
extends Object
implements scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
SplitDatapublic SplitData(int feature, double threshold, int featureType, scala.collection.immutable.Seq<Object> categories) 
 
- 
- 
Method Details- 
applypublic static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData apply(Split s) 
- 
applypublic static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData apply(Row r) 
- 
featurepublic int feature()
- 
thresholdpublic double threshold()
- 
featureTypepublic int featureType()
- 
categories
- 
toSplit
 
-