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