Skip to content

Commit 1eae274

Browse files
author
Stefan Hahmann
committed
Add PCA to parameter section of dimensionality reduction of README.md
1 parent 77a749d commit 1eae274

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,11 @@ reduce the dimensionality of the measurements, using these algorithms:
314314
* This [t-SNE Java implementation](https://haifengl.github.io/manifold.html#t-sne) is used.
315315
* Further
316316
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)
317322

318323
### Usage
319324

0 commit comments

Comments
 (0)