public class Split
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Split(int feature,
double threshold,
scala.Enumeration.Value featureType,
scala.collection.immutable.List<Object> categories) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(Object that) |
scala.collection.immutable.List<Object> |
categories() |
abstract static boolean |
equals(Object that) |
int |
feature() |
scala.Enumeration.Value |
featureType() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
double |
threshold() |
String |
toString() |
public Split(int feature, double threshold, scala.Enumeration.Value featureType, scala.collection.immutable.List<Object> categories)
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public int feature()
public double threshold()
public scala.Enumeration.Value featureType()
public scala.collection.immutable.List<Object> categories()
public String toString()
toString
in class Object