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