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

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

Contains classes for making prediction based on the classifier model.

Namespaces

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

Enumerations

enum  NumericTableInputId { data }
 
enum  ModelInputId { model = lastNumericTableInputId + 1 }
 
enum  ResultId { prediction, probabilities, logProbabilities }
 

Enumeration Type Documentation

Available identifiers of input Model objects in the prediction stage of the classification algorithm

Enumerator
model 

Input model trained by the classification algorithm

Available identifiers of input NumericTable objects in the prediction stage of the classification algorithm

Enumerator
data 

Input data set

enum ResultId

Available identifiers of results obtained in the prediction stage of the classification algorithm

Enumerator
prediction 

Prediction results

probabilities 

Prediction probabilities. Returns the the vector of class probabilities for n-class classification tasks.

logProbabilities 

Logarithm of prediction probabilities. Returns the the vector of class probabilities for n-class classification tasks.

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