RegularizedRegressionModel.Standardize Property

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

Definition

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

Property Value

Boolean

See Also