Regularized Regression Model.Regularize Positive Property
Gets or sets whether the
regression parameters should be forced to be positive
or zero.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool RegularizePositive { get; set; }
Property Value
BooleanRemarks
This property is ignored for ordinary least squares regression.