C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class for input objects of the binary confusion matrix algorithm. More...
services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
int | method | ||
) | const |
Checks the correctness of an input object
[in] | parameter | Pointer to the algorithm parameters |
[in] | method | Computation method |
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns an input object of the quality metric
[in] | id | Identifier of the input object |
void set | ( | InputId | id, |
const data_management::NumericTablePtr & | value | ||
) |
Sets an input object of the quality metric
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.