|
MixtureOptionsThreshold Property
|
Gets or sets the convergence criterion for the
Expectation-Maximization algorithm. Default is 1e-3.
Namespace:
Accord.Statistics.Distributions.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Threshold { get; set; }
Public Property Threshold As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleThe convergence threshold.
See Also