|
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; }
Public Property NormalOptions As NormalOptions
Get
Set
Request Example
View SourceProperty Value
Type:
NormalOptionsThe fitting options for inner Gaussian distributions.
See Also