TMtxPCA.Data Property

property Data: TMtx;

Defines the data to be analyzed by PCA.

Result: stored in self (calling object), returns self for chaining

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