C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

References | Namespaces | Classes | Enumerations

Contains a class for Decision tree model-based training. More...

References

 Batch
 

Namespaces

 daal::algorithms::decision_tree::regression::training
 Contains a class for Decision tree model-based training.
 
 daal::algorithms::decision_tree::regression::training::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Base class for the input objects in the training stage of the regression algorithms. More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of Decision tree model-based training. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 Computation methods for Decision tree model-based training. More...
 
enum  InputId { data = algorithms::regression::training::data, dependentVariables = algorithms::regression::training::dependentVariables, dataForPruning, dependentVariablesForPruning }
 Available identifiers of the results in the training stage of Decision tree. More...
 
enum  ResultId { model = algorithms::regression::training::model }
 Available identifiers of the result of decision tree model-based training. More...
 

Enumeration Type Documentation

enum InputId

Enumerator
data 

Input data table

dependentVariables 

Values of the dependent variable for the input data

dataForPruning 

Pruning data set

dependentVariablesForPruning 

Labels of the pruning data set

enum Method

Enumerator
defaultDense 

Default method

enum ResultId

Enumerator
model 

Decision tree model

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