LinearRegressionModel.RidgeParameter Property

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

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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