diff --git a/articles/uwot.html b/articles/uwot.html index c65bd427..7b75a444 100644 --- a/articles/uwot.html +++ b/articles/uwot.html @@ -82,7 +82,8 @@
 library(uwot)
-#> Loading required package: Matrix
+#> Loading required package: Matrix +library(RSpectra)

uwot is the a package for implementing the UMAP dimensionality reduction method. For more information on UMAP, see the original paper and the Python package.

diff --git a/articles/uwot_files/figure-html/100 neighbors-1.png b/articles/uwot_files/figure-html/100 neighbors-1.png index 36af6c48..20d24425 100644 Binary files a/articles/uwot_files/figure-html/100 neighbors-1.png and b/articles/uwot_files/figure-html/100 neighbors-1.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 5fbb25a5..a7c6b22f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -24,7 +24,7 @@ articles: umap2: umap2.html uwot: uwot.html whatsnew: whatsnew.html -last_built: 2024-04-20T19:25Z +last_built: 2024-04-20T19:59Z urls: reference: https://jlmelville.github.io/uwot/reference article: https://jlmelville.github.io/uwot/articles