LinearRegressionModel.Standardize Property

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Variables are always standardized.")]
public bool Standardize { get; set; }

Property Value

Boolean

Remarks

Always returns true. Setting this property has no effect.

See Also