Click or drag to resize
Accord.NET (logo)

GeneralDiscreteOptionsRegularization Property

Gets or sets how much percent of the previous value for the distribution should be kept in its updated value. Default is 0.

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

Property Value

Type: Double
See Also