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...
◆ InitResult()
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 |
◆ get() [1/3]
Returns the initial values for the EM for GMM algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
◆ get() [2/3]
Returns the collection of initialized covariances for the EM for GMM algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
◆ get() [3/3]
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
◆ set() [1/2]
Sets initial values for the EM for GMM algorithm
- Parameters
-
id | Result identifier |
value | Numeric table for the result |
◆ set() [2/2]
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