Click or drag to resize
Accord.NET (logo)

MixtureOptions Constructor (Double)

Initializes a new instance of the MixtureOptions class.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MixtureOptions(
	double threshold
)
Request Example View Source

Parameters

threshold
Type: SystemDouble
The convergence criterion for the Expectation-Maximization algorithm. Default is 1e-3.
See Also