jlmelville / uwot

An R package implementing the UMAP dimensionality reduction method.
https://jlmelville.github.io/uwot/
GNU General Public License v3.0
322 stars 31 forks source link

Umap2 #123

Closed jlmelville closed 7 months ago

jlmelville commented 7 months ago

Adds umap2, an updated version of umap (which can't be changed for backwards compatibility reasons) with (probably) better defaults and support for sparse matrix input if you use rnndescent for nearest neighbor search.