TMtxPCA::PCAMode Property

__declspec(property(get = GetPCAMode, put = SetPCAMode)) TPCAMode PCAMode;

PCA type.

Read: TPCAMode GetPCAMode();
Write: void SetPCAMode(const TPCAMode Value);
Remarks:

Defines type of PCA. Normally, the analysis is run on the scale-invariant correlation matrix since the scale of the variables changes the analysis when the covariance matrix is used. For example, when a covariance matrix was used, a variable that was measured in Celsius deg. results in a different analysis than if it were measured in Kelvin deg.

Declared in Dew::Stats::TMtxPCA · Dew.Stats/StatTools.h · Cross-compiler