Skip to content

Commit

Permalink
Update example to not need to import RSpectra
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmelville committed May 15, 2024
1 parent 00ec121 commit 1c1b677
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ plot(
install.packages(c("RcppHNSW", "rnndescent"))
library(RcppHNSW)
library(rnndescent)
# for faster spectral initialization
library(RSpectra)

# Installing RcppHNSW will allow the use of the usually faster HNSW method:
mnist_umap_hnsw <- umap(mnist, n_neighbors = 15, min_dist = 0.001,
Expand Down

0 comments on commit 1c1b677

Please sign in to comment.