RegularizedRegressionModel.Standardize Property

Gets or sets whether the variables should be standardized prior to computing the regression.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool Standardize { get; set; }

Property Value

Boolean

See Also