LinearRegressionModel.RidgeParameter Property

Gets or sets the coefficient of the squared norm of the regression parameters for ridge regression.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double RidgeParameter { get; set; }

Property Value

Double

Remarks

For ordinary least squares, this parameter is set to zero. This is the default.

See Also