Skip to content

Commit

Permalink
Add a link to the UMAP implementation used in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 11, 2024
1 parent 5821698 commit a0b8fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ reduce the dimensionality of the measurements, using these algorithms:

* UMAP
* [Uniform Manifold Approximation Projection (UMAP)](https://arxiv.org/abs/1802.03426)
* This [UMAP Java implementation](https://github.com/tag-bio/umap-java) is used.
* Further reading: [UMAP Python implementation](https://umap-learn.readthedocs.io/en/latest/)
* t-SNE
* [t-distributed Stochastic Neighbor Embedding (t-SNE)](https://lvdmaaten.github.io/tsne/)
Expand Down

0 comments on commit a0b8fa4

Please sign in to comment.