An open API service indexing awesome lists of open source software.

https://github.com/se7en69/principal-component-analysis-pca-

Principal component analysis (PCA) is a technique for reducing the dimensionality of such datasets, increasing interpretability but at the same time minimizing information loss. It does so by creating new uncorrelated variables that successively maximize variance. Script of R to analyze the data of PCA.
https://github.com/se7en69/principal-component-analysis-pca-

Last synced: 3 months ago
JSON representation

Principal component analysis (PCA) is a technique for reducing the dimensionality of such datasets, increasing interpretability but at the same time minimizing information loss. It does so by creating new uncorrelated variables that successively maximize variance. Script of R to analyze the data of PCA.

Awesome Lists containing this project