UMAP.jl
UMAP.jl copied to clipboard
multiThreads?
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!
Here are the parameters I used.
umap_data = UMAP_(pca_mat, ndim; n_neighbors=30 , min_dist =0.6, metric = CosineDist())