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