PrincipalComponentAnalysis.Standardize Property

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use the ScalingMethod property instead.")]
public bool Standardize { get; set; }

Property Value

Boolean

See Also