Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Pruning method for Decision tree algorithm. More...
PruningId | ( | int | value | ) |
Constructs the pruning object identifier using the provided value
value | Value corresponding to the pruning object identifier |
Static Public Attributes | |
static final PruningId | none = new PruningId(noneId) |
static final PruningId | reducedErrorPruning = new PruningId(reducedErrorPruningId) |
int getValue | ( | ) |
Returns the value corresponding to the pruning object identifier
Reduced error pruning
For more complete information about compiler optimizations, see our Optimization Notice.