Principal Component Analysis.Standardize Property
Gets or sets whether the variables should be standardized prior to computing the principal components.
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[ObsoleteAttribute("Use the ScalingMethod property instead.")]
public bool Standardize { get; set; }