Description Usage Arguments Value Examples
Computes a manifold approximation and projection
1 | umap(d, config = umap.defaults, method = c("naive", "umap-learn"), ...)
|
d |
matrix, input data |
config |
object of class umap.config |
method |
character, implementation. Available methods are 'naive' (an implementation written in pure R) and 'umap-learn' (requires python package 'umap-learn') |
... |
list of settings; overwrite default values from config |
object of class umap, containing at least a component with an embedding and a component with configuration settings
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.