public class SplitInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
_criterionValue |
int |
_splitFeatureIndex |
double |
_threshold |
| Constructor and Description |
|---|
SplitInfo(int splitFeatureIndex,
double threshold,
double criterionValue) |