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...
|
|
◆ InputId
Available identifiers of input objects for the computation of initial values for the EM for GMM algorithm
Enumerator |
---|
data | Input data table
|
◆ Method
Available methods for the computation of initial values for the EM for GMM algorithm
Enumerator |
---|
defaultDense | Default: performance-oriented method.
|
◆ ResultCovariancesId
Available identifiers of initialized covariances for the EM for GMM algorithm
Enumerator |
---|
covariances | Collection of initialized covariances
|
◆ ResultId
Available identifiers of results for the computation of initial values for the EM for GMM algorithm
Enumerator |
---|
weights | Weights
|
means | Means
|