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

List of all members
Input Class Reference

Provides an interface for input objects for making elastic net model-based prediction. More...

Class Declaration

Constructor & Destructor Documentation

Input ( )

Default constructor

Input ( const Input other)

Copy constructor

Member Function Documentation

data_management::NumericTablePtr get ( NumericTableInputId  id) const

Returns an input object for making elastic net model-based prediction

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
elastic_net::ModelPtr get ( ModelInputId  id) const

Returns an input object for making elastic net model-based prediction

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
void set ( NumericTableInputId  id,
const data_management::NumericTablePtr &  value 
)

Sets an input object for making elastic net model-based prediction

Parameters
[in]idIdentifier of the input object
[in]valueInput object
void set ( ModelInputId  id,
const elastic_net::ModelPtr &  value 
)

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