Computes initial values for the EM for GMM algorithm in the batch processing mode.
More...
Constructs the algorithm for computing initial values for the EM for GMM algorithm by copying input objects and parameters of another algorithm for computing initial values for the EM for GMM algorithm
- Parameters
-
context | Context to manage the EM for GMM algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the algorithm for computing initial values for the EM for GMM algorithm
- Parameters
-
context | Context to manage the EM for GMM algorithm |
cls | Data type to use in intermediate computations for the EM for GMM algorithm, Double.class or Float.class |
method | Initial method of the EM for GMM algorithm |
nComponents | Number of components in the Gaussian mixture model |
Returns the newly allocated algorithm for computing initial values for the EM for GMM algorithm with a copy of input objects of this algorithm
- Parameters
-
context | Context to manage the EM for GMM algorithm |
- Returns
- The newly allocated algorithm
Computes initial values for the EM for GMM algorithm
- Returns
- Results of the EM for GMM algorithm
Sets the memory for storing initialized values for the EM for GMM algorithm
- Parameters
-
result | Structure for storing initialized values for the EM for GMM algorithm |
Initialization method for the algorithm
Parameters for the initialization algorithm
The documentation for this class was generated from the following file:
- em_gmm/init/InitBatch.java