Provides methods to access final results obtained with the compute() method of the EM for GMM algorithm in the batch processing mode.
More...
Constructs the result for the EM for GMM algorithm
- Parameters
-
context | Context to manage the result for the EM for GMM algorithm |
Returns the result of the EM for GMM algorithm (weights or means)
- Parameters
-
- Returns
- Result that corresponds to the given identifier
Returns the collection of covariances computed by the EM for GMM algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
Returns a covariance with a given index from the collection of computed covariances
- Parameters
-
id | Identifier of the collection of covariances |
index | Index of the returned covariance |
- Returns
- Pointer to the covariance table
Sets the result of the EM for GMM algorithm
- Parameters
-
id | Result identifier |
value | Numeric table for the result |
Adds the collection of covariance for the EM for GMM algorithm
- Parameters
-
id | Identifier of the collection of covariances |
value | Collection of covariances |
The documentation for this class was generated from the following file: