Click or drag to resize
Accord.NET (logo)

ExpectationMaximizationTObservationConvergence Property

Gets or sets convergence properties for the expectation-maximization algorithm.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ISingleValueConvergence Convergence { get; set; }
Request Example View Source

Property Value

Type: ISingleValueConvergence
See Also