-
This may be a very basic question but I'm having a difficult time finding an answer. Is it possible to fPC scores for individuals using this package? I am modeling some analyses based on the paper pasted below, but am having a difficult time understanding how to extract individual/participant values for each of my components Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If by fPC scores you mean the corresponding projections to each of the components (after subtracting the mean), then yes! We try to follow the same API as scikit-learn |
Beta Was this translation helpful? Give feedback.
If by fPC scores you mean the corresponding projections to each of the components (after subtracting the mean), then yes! We try to follow the same API as scikit-learn
PCA
class here, so you can use thetransform
method to perform this projection into the space spanned by the principal components.