Factor Analysis.Standardize Property
Gets or sets whether the variables should be standardized before the clustering is computed.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool Standardize { get; set; }
Property Value
BooleanRemarks
The default value for this property is false.
When variables are unequally scaled, some variables will make a larger contribution to the distance than others. This can distort the clustering. To avoid this problem, the variables can be standardized so they all contribute equally to the distance.