Skip to content
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

multiThreads? #54

Open
zhanglab2008 opened this issue Jan 9, 2023 · 1 comment
Open

multiThreads? #54

zhanglab2008 opened this issue Jan 9, 2023 · 1 comment

Comments

@zhanglab2008
Copy link

Hi really great work!
I like UMAP.jl a lot. But when I run it on a matrix with a dimension of [400,000 x 30], it took about an hour to complete. Do you have any suggestion to speed up the analysis? I wonder if it is possible to use multi-threads to run umap?
Many thanks in advance!

@zhanglab2008
Copy link
Author

Here are the parameters I used.

umap_data = UMAP_(pca_mat, ndim; n_neighbors=30 , min_dist =0.6, metric = CosineDist())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant