Parameters for the default initialization of the EM for GMM algorithm.
More...
Parameters for the default initialization of the EM for GMM algorithm
| double getAccuracyThreshold |
( |
| ) |
|
Retrieves the threshold for the termination of the algorithms
- Returns
- Threshold for the termination of the algorithms
Retrieves identifier of covariance type in the EM for GMM initialization algorithm
- Returns
- identifier of covariance type in the EM for GMM initialization algorithm
Retrieves the number of components in the Gaussian mixture model
- Returns
- Number of components
| long getNDepthIterations |
( |
| ) |
|
Retrieves the number of iterations in every short EM run
- Returns
- Number of iterations in every short EM run
Retrieves the number of trials of short EM runs
- Returns
- Number of trials of short EM runs
- Deprecated:
- This item will be removed in a future release.
Retrieves the seed for randomly generating data points to start the initialization of short EM
- Returns
- Seed for randomly generating data points to start the initialization of short EM
| void setAccuracyThreshold |
( |
double |
accuracyThreshold | ) |
|
Sets the threshold for the termination of the algorithm
- Parameters
-
| accuracyThreshold | Threshold for the termination of the algorithm |
Sets the identifier of covariance type in the EM for GMM initialization algorithm
- Parameters
-
| covarianceStorage | identifier of covariance type in the EM for GMM initialization algorithm |
Sets the engine to be used by the EM for GMM initialization algorithm
- Parameters
-
| engine | to be used by the EM for GMM initialization algorithm |
| void setNComponents |
( |
long |
nComponents | ) |
|
Sets the number of components in the Gaussian mixture model.
- Parameters
-
| nComponents | Number of components in the Gaussian mixture model. |
| void setNDepthIterations |
( |
long |
nDepthIterations | ) |
|
Sets the number of iterations in every short EM run
- Parameters
-
| nDepthIterations | Number of iterations in every short EM run |
| void setNTrials |
( |
long |
nTrials | ) |
|
Sets the number of trials of short EM runs
- Parameters
-
| nTrials | Number of trials of short EM runs |
| void setStartSeed |
( |
long |
startSeed | ) |
|
- Deprecated:
- This item will be removed in a future release.
Sets the seed for randomly generating data points to start the initialization of short EM
- Parameters
-
| startSeed | Seed for randomly generating data points to start the initialization of short EM |
The documentation for this class was generated from the following file:
- em_gmm/init/InitParameter.java