C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for engines More...
Input | ( | ) |
Default constructor
services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks an input object for the engine
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns input table of the engine
[in] | id | Identifier of the input table |
void set | ( | InputId | id, |
const data_management::NumericTablePtr & | ptr | ||
) |
Sets input for the engine
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
For more complete information about compiler optimizations, see our Optimization Notice.