Provides methods to access final results obtained with the compute() method of InitBatch for the computation of initial values for the EM for GMM algorithm.
More...
Constructs the result of the initial values computation for the EM for GMM algorithm
- Parameters
-
context | Context to manage the result of the initial values computation for the EM for GMM algorithm |
Returns the 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
-
- Returns
- Result that corresponds to the given identifier
Returns the covariance with a given index from the collection of initialized covariances
- Parameters
-
id | Identifier of the collection of covariances |
index | Index of the covariance to be returned |
- Returns
- Pointer to the covariance table
Sets initial values for the EM for GMM algorithm
- Parameters
-
id | Result identifier |
value | Numeric table for the result |
Sets the collection of covariances for initialization of 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:
- em_gmm/init/InitResult.java