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

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

Contains a class for making ridge regression model-based prediction.

Namespaces

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

Enumerations

enum  Method
 Available methods for making ridge regression model-based prediction. More...
 
enum  NumericTableInputId { data = linear_model::prediction::data }
 Available identifiers of input numeric tables for making ridge regression model-based prediction. More...
 
enum  ModelInputId { model = linear_model::prediction::model }
 Available identifiers of input models for making ridge regression model-based prediction. More...
 
enum  ResultId { prediction = linear_model::prediction::prediction }
 Available identifiers of the result for making ridge regression model-based prediction. More...
 

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