Click or drag to resize
Accord.NET (logo)

BaseStochasticGradientDescentTModel, TKernel, TInput, TLossLambda Property

Gets or sets the lambda regularization term. Default is 0.5.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Lambda { get; set; }
Request Example View Source

Property Value

Type: Double
See Also