public class ContinuousSplit extends java.lang.Object implements Split
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
int | 
featureIndex()
Index of feature which this split tests 
 | 
int | 
hashCode()  | 
double | 
threshold()  | 
public int featureIndex()
SplitfeatureIndex in interface Splitpublic double threshold()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object