Principal component analysis (PCA) works like this: the first greatest variance on the first principal component, the second greatest variance on the second principal component, and so on.
For me there is a problem with this iterative process.
What if I know I only want two principal components in order to visualize my data in 2 dimensions?
The two first PCs are not the best because the second one is the best 2nd PC but with the 1st PC they don't constitute the best couple of principal components.
Is there a way to find the "best couple" of principal components, meaning two-dimensional subspace with the greatest variance?
Best Answer
The first two are the two best first two. The second one takes the first one into account.
Similar Posts:
- Solved – proportion of variance explained in PCA?
- Solved – What methodology does proc varclus use to reduce the number of variables
- Solved – Why do we need to normalize data before principal component analysis (PCA)?
- Solved – Why do we need to normalize data before principal component analysis (PCA)?
- Solved – What exactly should be called “projection matrix” in the context of PCA