Click or drag to resize
Accord.NET (logo)

GaussianMixtureModelOptionsNormalOptions Property

Gets or sets the fitting options for the component Gaussian distributions of the mixture model.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public NormalOptions NormalOptions { get; set; }
Request Example View Source

Property Value

Type: NormalOptions
The fitting options for inner Gaussian distributions.
See Also