From 1c1b677c1028b4f3f675778dc6496b9cb7da565f Mon Sep 17 00:00:00 2001 From: James Melville Date: Tue, 14 May 2024 20:29:35 -0700 Subject: [PATCH] Update example to not need to import RSpectra --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3f97e976..b25ddffa 100644 --- a/README.md +++ b/README.md @@ -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,