Contains classes for the EM for GMM initialization algorithm.
More...
|
struct | Parameter |
| Parameter for the computation of initial values for the EM for GMM algorithm More...
|
|
class | Input |
| Input objects for the computation of initial values for the EM for GMM algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the initialization of the EM for GMM algorithm in the batch processing mode More...
|
|
Available identifiers of input objects for the computation of initial values for the EM for GMM algorithm
Enumerator |
---|
data |
Input data table
|
Available methods for the computation of initial values for the EM for GMM algorithm
Enumerator |
---|
defaultDense |
Default: performance-oriented method.
|
Available identifiers of initialized covariances for the EM for GMM algorithm
Enumerator |
---|
covariances |
Collection of initialized covariances
|
Available identifiers of results for the computation of initial values for the EM for GMM algorithm
Enumerator |
---|
weights |
Weights
|
means |
Means
|