RegularizedRegressionModel.RegularizePositive 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.0
C#
public bool RegularizePositive { get; set; }

Property Value

Boolean

Remarks

This property is ignored for ordinary least squares regression.

See Also