Results obtained with the compute() method of the initialization of the EM for GMM algorithm in the batch processing mode
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory for storing initial values for results of the EM for GMM algorithm
- Parameters
-
[in] | input | Pointer to the input structure |
[in] | parameter | Pointer to the parameter structure |
[in] | method | Method of the algorithm |
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of the computation of initial values for the EM for GMM algorithm
- Parameters
-
[in] | input | Input of the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Method of the algorithm |
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result for the computation of initial values for the EM for GMM algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
Returns the collection of initialized covariances for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the collection of covariances |
- Returns
- Collection of covariances that corresponds to the given identifier
Returns the covariance with a given index from the collection of initialized covariances
- Parameters
-
[in] | id | Identifier of the collection of covariances |
[in] | index | Index of the covariance to be returned |
- Returns
- Pointer to the table with initialized covariances
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets the result for the computation of initial values for the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the result |
[in] | ptr | Pointer to the numeric table for the result |
Sets the covariance collection for initialization of EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the collection of covariances |
[in] | ptr | Pointer to the collection of covariances |
The documentation for this class was generated from the following file: