C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

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

Contains a class for Decision tree model-based training.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0 }
 Computation methods for Decision tree model-based training. More...
 
enum  InputId { dataForPruning = algorithms::classifier::training::lastInputId + 1, labelsForPruning }
 

Enumeration Type Documentation

enum InputId

Available identifiers of the results in the training stage of Decision tree

Enumerator
dataForPruning 

Pruning data set

labelsForPruning 

Labels of the pruning data set

enum Method

Enumerator
defaultDense 

Default method

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