Click or drag to resize
Accord.NET (logo)

MixtureOptions Properties

The MixtureOptions type exposes the following members.

Properties
  NameDescription
Public propertyInnerOptions
Gets or sets the fitting options for the inner component distributions of the mixture density.
Public propertyIterations Obsolete.
Gets or sets the maximum number of iterations to be performed by the Expectation-Maximization algorithm. Default is zero (iterate until convergence).
Public propertyLogarithm
Gets or sets whether to make computations using the log -domain. This might improve accuracy on large datasets.
Public propertyMaxIterations
Gets or sets the maximum number of iterations to be performed by the Expectation-Maximization algorithm. Default is zero (iterate until convergence).
Public propertyParallelOptions
Gets or sets the parallelization options to be used when fitting.
Public propertyThreshold
Gets or sets the convergence criterion for the Expectation-Maximization algorithm. Default is 1e-3.
Top
See Also