I want to use PCA before clustering, and then I want to run a clustering algorithm such as K-Means.
My understanding is that I run PCA and find loadings for each original variable, then calculate scores for each record with linear combinations of row values multiplied by each PC loadings, then run clustering on the calculated PCA scores.
Is it correct or do I need to do more before to run clustering on them?