Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Split criterion for Decision tree classification algorithm. More...
| SplitCriterionId | ( | int | value | ) |
Constructs the split criterion object identifier using the provided value
| value | Value corresponding to the split criterion object identifier |
Static Public Attributes | |
| static final SplitCriterionId | gini = new SplitCriterionId(giniId) |
| static final SplitCriterionId | infoGain = new SplitCriterionId(infoGainId) |
| int getValue | ( | ) |
Returns the value corresponding to the split criterion object identifier
|
static |
Gini index
|
static |
Information gain
For more complete information about compiler optimizations, see our Optimization Notice.