Click or drag to resize
Accord.NET (logo)

BaseHiddenGradientOptimizationLearningTData, TOptimizerRegularization Property

Gets or sets the amount of the parameter weights which should be included in the objective function. Default is 0 (do not include regularization).

Namespace:  Accord.Statistics.Models.Fields.Learning
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