C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Decision tree algorithm parameters. More...
|
inline |
Main constructor
| services::Status check | ( | ) | const |
Checks a parameter of the Decision tree algorithm
| size_t maxTreeDepth |
Maximum tree depth. 0 means unlimited depth.
| size_t minObservationsInLeafNodes |
Minimum number of observations in the leaf node. Can be any positive number.
| Pruning pruning |
Pruning method for Decision tree
For more complete information about compiler optimizations, see our Optimization Notice.