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

Namespaces | Enumerations
daal::algorithms::classifier::training Namespace Reference

Contains classes for training the model of the classification algorithms.

Namespaces

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

Enumerations

enum  InputId { data, labels, weights }
 
enum  PartialResultId { partialModel }
 
enum  ResultId { model }
 

Enumeration Type Documentation

enum InputId

Available identifiers of the results in the training stage of the classification algorithms

Enumerator
data 

Training data set

labels 

Labels of the training data set

weights 

Optional. Weights of the observations in the training data set

Available identifiers of partial results

Enumerator
partialModel 

Trained partial model

enum ResultId

Available identifiers of the results in the training stage of the classification algorithms

Enumerator
model 

Resulting model

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