I have managed to find the orthogonal basis vectors using PCA (even an idiot like me can plug values into a function). But now I face the problem of my limited experience with data analysis. I have two questions:
- The basis vectors that the pcabuildbasis method returns is equal in dimension to the original data set, I assume that one chooses the top ones that maximise variance?
- Armed with these basis vectors representing a space of reduced dimension, how do I project the original data onto this lower dimensional space? All projections I am familiar with are between spaces of equal dimension.
Can anyone help me?
Thanks in advance for any help!!