-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UMAP from distance matrix? #8
Comments
This is possible, and already supported in the Python umap; implementing it in UMAP.jl should be relatively straightforward. I'll try to get to it in the next week or so. |
Thanks, appreciated. |
I still need to add documentation, but you can test this out on the |
Just changed this a bit; instead of passing a type, pass the symbol |
Released v0.1.3 with this functionality implemented #9 |
Having read the UMAP paper it seems to me that one should be able to use UMAP even for data which is not represented as a vector of float's, e.g. when one only has a full distance matrix. Any plans to support this in UMAP.jl?
The text was updated successfully, but these errors were encountered: