public class DecisionTreeModel.SaveLoadV1_0$.SplitData
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
DecisionTreeModel.SaveLoadV1_0$.SplitData(int feature,
double threshold,
int featureType,
scala.collection.Seq<Object> categories) |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<Object> |
categories() |
int |
feature() |
int |
featureType() |
double |
threshold() |
Split |
toSplit() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DecisionTreeModel.SaveLoadV1_0$.SplitData(int feature, double threshold, int featureType, scala.collection.Seq<Object> categories)
public int feature()
public double threshold()
public int featureType()
public scala.collection.Seq<Object> categories()
public Split toSplit()