C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the kernel function algorithm More...
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns the input object of the kernel function algorithm
[in] | id | Identifier of the input object |
void set | ( | InputId | id, |
const data_management::NumericTablePtr & | ptr | ||
) |
Sets the input object of the kernel function algorithm
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.