|   | HiddenGradientDescentLearningTRegularization 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
Syntaxpublic double Regularization { get; set; }Public Property Regularization As Double
	Get
	Set
Property Value
Type: 
Double See Also
See Also