Package: umap 0.2.11.0
umap: Uniform Manifold Approximation and Projection
Uniform manifold approximation and projection is a technique for dimension reduction. The algorithm was described by McInnes and Healy (2018) in <arxiv:1802.03426>. This package provides an interface for two implementations. One is written from scratch, including components for nearest-neighbor search and for embedding. The second implementation is a wrapper for 'python' package 'umap-learn' (requires separate installation, see vignette for more details).
Authors:
umap_0.2.11.0.tar.gz
umap_0.2.11.0.zip(r-4.5)umap_0.2.11.0.zip(r-4.4)umap_0.2.11.0.zip(r-4.3)
umap_0.2.11.0.tgz(r-4.4-x86_64)umap_0.2.11.0.tgz(r-4.4-arm64)umap_0.2.11.0.tgz(r-4.3-x86_64)umap_0.2.11.0.tgz(r-4.3-arm64)
umap_0.2.11.0.tar.gz(r-4.5-noble)umap_0.2.11.0.tar.gz(r-4.4-noble)
umap_0.2.11.0.tgz(r-4.4-emscripten)umap_0.2.11.0.tgz(r-4.3-emscripten)
umap.pdf |umap.html✨
umap/json (API)
# Install 'umap' in R: |
install.packages('umap', repos = c('https://tkonopka.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tkonopka/umap/issues
Last updated 7 months agofrom:9106cac8de. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win-x86_64 | OK | Oct 26 2024 |
R-4.5-linux-x86_64 | OK | Oct 26 2024 |
R-4.4-win-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-aarch64 | OK | Oct 26 2024 |
R-4.3-win-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-aarch64 | OK | Oct 26 2024 |
Exports:umapumap.defaultsumap.knn
Dependencies:askpassherejsonlitelatticeMatrixopensslpngrappdirsRcppRcppEigenRcppTOMLreticulaterlangrprojrootRSpectrasyswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
project data points onto an existing umap embedding | predict.umap |
Computes a manifold approximation and projection | umap |
Default configuration for umap | umap.defaults |
construct a umap.knn object describing nearest neighbors | umap.knn |