tkonopka/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).

Getting started

Package details

AuthorTomasz Konopka [aut, cre]
MaintainerTomasz Konopka <tokonopka@gmail.com>
LicenseMIT + file LICENSE
Version0.2.11.0
URL https://github.com/tkonopka/umap
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("tkonopka/umap")
tkonopka/umap documentation built on May 1, 2024, 1:12 p.m.