I'm considering using statsample for PCA, but my use case requires that I generate eigenvectors and eigenvalues for a dataset, save them and the recall them for computing components when new vectors are added to my data.
Is it possible to save the eigenvectors and eigenvalues for a PCA object such that they could be re-loaded for later use?
Hi,
I'm considering using statsample for PCA, but my use case requires that I generate eigenvectors and eigenvalues for a dataset, save them and the recall them for computing components when new vectors are added to my data.
Is it possible to save the eigenvectors and eigenvalues for a PCA object such that they could be re-loaded for later use?