C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Namespaces | Enumerations
daal::algorithms::decision_tree Namespace Reference

Contains classes for Decision tree algorithm. More...

Namespaces

 classification
 Contains classes for Decision tree classification algorithm.
 
 regression
 Contains classes for decision tree regression algorithm.
 

Enumerations

enum  Pruning { none = 0, reducedErrorPruning = 1 }
 Pruning method for Decision tree algorithm. More...
 

Detailed Description

Contains classes of the Decision tree algorithm.

For more complete information about compiler optimizations, see our Optimization Notice.