|
MixtureOptions Constructor (Double)
|
Namespace:
Accord.Statistics.Distributions.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public MixtureOptions(
double threshold
)
Public Sub New (
threshold As Double
)
Request Example
View SourceParameters
- threshold
- Type: SystemDouble
The convergence criterion for the
Expectation-Maximization algorithm. Default is 1e-3.
See Also