Click or drag to resize
Accord.NET (logo)

ExpectationMaximizationTObservationInnerOptions Property

Gets or sets the fitting options to be used when any of the component distributions need to be estimated from the data.

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

Property Value

Type: IFittingOptions
See Also