Runs the EM for GMM algorithm in the batch processing mode.
More...
Constructs the EM for GMM algorithm by copying input objects and parameters of another 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 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 | EM for GMM computation method, Method |
nComponents | Number of components in the Gaussian mixture model |
Returns the newly allocated EM for GMM algorithm with a copy of input objects of this EM for GMM algorithm
- Parameters
-
context | Context to manage the EM for GMM algorithm |
- Returns
- The newly allocated algorithm
Runs the EM for GMM algorithm
- Returns
- Results of the EM for GMM algorithm
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory for storing results of the EM for GMM algorithm
- Parameters
-
result | Structure for storing the results EM for GMM algorithm |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file: