C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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.
 

Enumerations

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

Enumeration Type Documentation

◆ ModelInputId

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

Enumerator
model 

Input model trained by the classification algorithm

◆ NumericTableInputId

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

Enumerator
data 

Input data set

◆ ResultId

enum ResultId

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

Enumerator
prediction 

Prediction results

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