C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
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 } |
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 |
enum PartialResultId |
enum ResultId |
For more complete information about compiler optimizations, see our Optimization Notice.