We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a749d commit 1eae274Copy full SHA for 1eae274
1 file changed
README.md
@@ -314,6 +314,11 @@ reduce the dimensionality of the measurements, using these algorithms:
314
* This [t-SNE Java implementation](https://haifengl.github.io/manifold.html#t-sne) is used.
315
* Further
316
reading: [t-SNE Python implementation](https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html)
317
+* PCA
318
+ * [Principal Component analysis](https://en.wikipedia.org/wiki/Principal_component_analysis)
319
+ * This [PCA Java implementation](https://haifengl.github.io/manifold.html#pca) is used.
320
+ * Further
321
+ reading: [PCA Python implementation](https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html)
322
323
### Usage
324
0 commit comments