TMtxPCA::Data Property

__declspec(property(get = GetData, put = SetData)) TMtx*Data;

Defines the data to be analyzed by PCA.

Read: TMtx *GetData();
Write: void SetData(TMtx *Value);
Remarks:

Defines the data to be analyzed by PCA. Depending on TMtxPCA::PCAMode property, Data can be interpreted as raw data or precalculated data correlation/covariance matrix. Generally, Data columns and model variables and Data rows are model observables.

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