MixtureOptions Properties |
The MixtureOptions type exposes the following members.
Name | Description | |
---|---|---|
InnerOptions |
Gets or sets the fitting options for the inner
component distributions of the mixture density.
| |
Iterations | Obsolete.
Gets or sets the maximum number of iterations
to be performed by the Expectation-Maximization
algorithm. Default is zero (iterate until convergence).
| |
Logarithm |
Gets or sets whether to make computations using the log
-domain. This might improve accuracy on large datasets.
| |
MaxIterations |
Gets or sets the maximum number of iterations
to be performed by the Expectation-Maximization
algorithm. Default is zero (iterate until convergence).
| |
ParallelOptions |
Gets or sets the parallelization options to be used when fitting.
| |
Threshold |
Gets or sets the convergence criterion for the
Expectation-Maximization algorithm. Default is 1e-3.
|