Provides methods to access final results obtained with the compute() method of the EM for GMM algorithm in the batch processing mode.
More...
◆ Result()
◆ allocate()
Allocates memory for storing results of the EM for GMM algorithm
- Parameters
-
[in] | input | Pointer to the input structure |
[in] | parameter | Pointer to the parameter structure |
[in] | method | Computation method |
◆ check()
Checks the result parameter of the EM for GMM algorithm
- Parameters
-
[in] | input | Input of the algorithm |
[in] | par | Parameter of algorithm |
[in] | method | Computation method |
Reimplemented from Result.
◆ get() [1/3]
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result of the EM for GMM algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
◆ get() [2/3]
Returns the collection of computed covariances of the EM for GMM algorithm
- Parameters
-
[in] | id | Identifier of the collection of computed covariances |
- Returns
- Collection of computed covariances that corresponds to the given identifier
◆ get() [3/3]
Returns the covariance with a given index from the collection of computed 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 the computed covariance
◆ set() [1/2]
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets the result of the EM for GMM algorithm
- Parameters
-
[in] | id | Result identifier |
[in] | ptr | Pointer to the numeric table with the result |
◆ set() [2/2]
Sets the collection of covariances for the 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: