Learn R Programming

pandemonium (version 0.2.4)

umap: Uniform Manifold Approximation and Projection Embedding

Description

Computes non-linear dimension reduction with uwot and default parameters.

Usage

umap(dist, ...)

Value

list containing a 2 x n matrix of reduced dimension data

Arguments

dist

a distance matrix

...

other parameters expected to be passed to dimReduction

Examples

Run this code
head(umap(getDists(Bikes$space1,"euclidean"))$Y)


Run the code above in your browser using DataLab