public class DecisionTreeModel.SaveLoadV1_0$.SplitData
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
SplitData(int feature,
double threshold,
int featureType,
scala.collection.Seq<Object> categories) |
Modifier and Type | Method and Description |
---|---|
static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData |
apply(Row r) |
static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData |
apply(Split s) |
scala.collection.Seq<Object> |
categories() |
int |
feature() |
int |
featureType() |
double |
threshold() |
Split |
toSplit() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SplitData(int feature, double threshold, int featureType, scala.collection.Seq<Object> categories)
public static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData apply(Split s)
public static org.apache.spark.mllib.tree.model.DecisionTreeModel.SaveLoadV1_0.SplitData apply(Row r)
public int feature()
public double threshold()
public int featureType()
public scala.collection.Seq<Object> categories()
public Split toSplit()