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.7)umap_0.2.11.0.zip(r-4.6)umap_0.2.11.0.zip(r-4.5)
umap_0.2.11.0.tgz(r-4.6-x86_64)umap_0.2.11.0.tgz(r-4.6-arm64)umap_0.2.11.0.tgz(r-4.5-x86_64)umap_0.2.11.0.tgz(r-4.5-arm64)
umap_0.2.11.0.tar.gz(r-4.7-arm64)umap_0.2.11.0.tar.gz(r-4.7-x86_64)umap_0.2.11.0.tar.gz(r-4.6-arm64)umap_0.2.11.0.tar.gz(r-4.6-x86_64)
umap_0.2.11.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
dimensionality-reductionumapcpp
Last updated from:9106cac8de. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 182 | ||
| linux-devel-x86_64 | OK | 209 | ||
| source / vignettes | OK | 197 | ||
| linux-release-arm64 | OK | 164 | ||
| linux-release-x86_64 | OK | 171 | ||
| macos-release-arm64 | OK | 174 | ||
| macos-release-x86_64 | OK | 231 | ||
| macos-oldrel-arm64 | OK | 221 | ||
| macos-oldrel-x86_64 | OK | 389 | ||
| windows-devel | OK | 180 | ||
| windows-release | OK | 420 | ||
| windows-oldrel | OK | 180 | ||
| wasm-release | OK | 117 |
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 |
