Provides methods to access final results obtained with the compute() method of the EM for GMM algorithm in the batch processing mode.
More...
◆ Result()
Constructs the result for the EM for GMM algorithm
- Parameters
-
context | Context to manage the result for the EM for GMM algorithm |
◆ get() [1/3]
Returns the result of the EM for GMM algorithm (weights or means)
- Parameters
-
- Returns
- Result that corresponds to the given identifier
◆ get() [2/3]
Returns the collection of covariances computed by the EM for GMM algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
◆ get() [3/3]
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
◆ set() [1/2]
Sets the result of the EM for GMM algorithm
- Parameters
-
id | Result identifier |
value | Numeric table for the result |
◆ set() [2/2]
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: