computeUMAP: Compute UMAP

computeUMAPR Documentation

Compute UMAP

Description

Computes a manifold approximation and projection.

Usage

computeUMAP(object, ...)

## S4 method for signature 'DimRed'
computeUMAP(object, verbose = TRUE, ...)

## S4 method for signature 'Analysis'
computeUMAP(object, verbose = TRUE)

Arguments

object

Any object for whose class a method has been defined.

...

Additional arguments given to umap::umap().

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

The input object.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.