teradata-aster-field / toaster

Tools for Aster in R
11 stars 2 forks source link

Principal Component Analysis compute function #38

Open grigory93 opened 8 years ago

grigory93 commented 8 years ago

The function computePca would return prcomp-class list (see prcomp) after performing PCA in Aster on Aster table. The flow and implementation is similar to computeKmeans implementation.

grigory93 commented 8 years ago

R function prcomp returns a list of class "prcomp" that contains:

Compared to Aster implementation the following are missing parts that function computePca should offer:

Please, approach this requirements rather critically and correct as appropriate.

grigory93 commented 8 years ago

Existing workflow implemented in computeKmeans can serve as a template for computePca