C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the multivariate outlier detection algorithm More...
services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks input object for the multivariate outlier detection algorithm
[in] | par | Algorithm parameters |
[in] | method | Computation method for the algorithm |
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns input object for the multivariate outlier detection algorithm
[in] | id | Identifier of the input object |
void set | ( | InputId | id, |
const data_management::NumericTablePtr & | ptr | ||
) |
Sets input object for the multivariate outlier detection 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.