C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

References | Namespaces | Classes | Enumerations

Contains a class for making the regression model-based prediction. More...

References

 Batch
 

Namespaces

 daal::algorithms::regression::prediction
 Contains a class for making the regression model-based prediction.
 
 daal::algorithms::regression::prediction::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Provides an interface for input objects for making the regression model-based prediction. More...
 
class  Result
 Provides interface for the result of the regression model-based prediction. More...
 

Enumerations

enum  NumericTableInputId { data }
 Available identifiers of input numeric tables for making the regression model-based prediction. More...
 
enum  ModelInputId { model = lastNumericTableInputId + 1 }
 Available identifiers of input models for making the regression model-based prediction. More...
 
enum  ResultId { prediction }
 Available identifiers of the result for making the regression model-based prediction. More...
 

Enumeration Type Documentation

enum ModelInputId

Enumerator
model 

Trained regression model

enum NumericTableInputId

Enumerator
data 

Input data table

enum ResultId

Enumerator
prediction 

Result of the regression model-based prediction

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