RegularizedRegressionModel.RegularizePositive Property

Gets or sets whether the regression parameters should be forced to be positive or zero.

Definition

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

Property Value

Boolean

Remarks

This property is ignored for ordinary least squares regression.

See Also