PCA | R Documentation |
Perform principal components analysis on scaled and centered data (z-scores).
PCA(scaled_data, n_dims = 10, seed = 1)
scaled_data |
Scaled and centered data (z-scores). |
n_dims |
Number of dimensions to return. Default is 10. |
seed |
Random seed number. Default is 1. |
Returns a list contains outputs from irlba
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.