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 the 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 ( size_t  nElements = 0)

Default constructor

Member Function Documentation

◆ check()

services::Status check ( const daal::algorithms::Parameter parameter,
int  method 
) const
virtual

Checks an input object for making the regression model-based prediction

Returns
Status of computations

Reimplemented from Input.

◆ get() [1/2]

data_management::NumericTablePtr get ( NumericTableInputId  id) const

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

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

◆ get() [2/2]

linear_model::ModelPtr get ( ModelInputId  id) const

Returns an input object for making the 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 the regression model-based prediction

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

◆ set() [2/2]

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

Sets an input object for making the 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.