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

List of all members
Input Class Reference

Provides an interface for input objects for making linear regression model-based prediction. More...

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static data_management::DataCollectionPtr & getStorage (Argument &a)
 
static const data_management::DataCollectionPtr & getStorage (const Argument &a)
 

Class Declaration

Constructor & Destructor Documentation

◆ Input()

Input ( )

Default constructor

Member Function Documentation

◆ get() [1/2]

data_management::NumericTablePtr get ( NumericTableInputId  id) const

Returns an input object for making linear regression model-based prediction

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

◆ get() [2/2]

linear_regression::ModelPtr get ( ModelInputId  id) const

Returns an input object for making linear regression model-based prediction

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

◆ set() [1/2]

void set ( NumericTableInputId  id,
const data_management::NumericTablePtr &  value 
)

Sets an input object for making linear regression model-based prediction

Parameters
[in]idIdentifier of the input object
[in]valueInput object

◆ set() [2/2]

void set ( ModelInputId  id,
const linear_regression::ModelPtr &  value 
)

Sets an input object for making linear regression model-based prediction

Parameters
[in]idIdentifier of the input object
[in]valueInput object

The documentation for this class was generated from the following file:

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