|
NormalOptionsRegularization Property
|
Gets or sets the regularization step to avoid singular or non-positive definite
covariance matrices. Default is 0. Setting this property to a small constant like
1e-6 is more efficient than setting
Robust to true.
Namespace:
Accord.Statistics.Distributions.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Regularization { get; set; }
Public Property Regularization As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleThe regularization step.
See Also