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

References | Namespaces | Classes | Enumerations

Contains classes for making prediction based on the classifier model. More...

References

 Batch
 

Namespaces

 daal::algorithms::classifier::prediction
 Contains classes for making prediction based on the classifier model.
 
 daal::algorithms::classifier::prediction::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  InputIface
 Base class for working with input objects in the prediction stage of the classification algorithm. More...
 
class  Input
 Input objects in the prediction stage of the classification algorithm. More...
 
class  Result
 Provides methods to access prediction results obtained with the compute() method of the classifier prediction algorithm in the batch processing mode. More...
 

Enumerations

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

Enumeration Type Documentation

enum ModelInputId

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

Enumerator
model 

Input model trained by the classification algorithm

enum NumericTableInputId

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

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