View source: R/dimentionality-reduction.R
run_umap | R Documentation |
Run UMAP
run_umap(data, num_neighbors, min_dist = 0.3, prefix = "UMAP_")
data |
Data to run UMAP on. |
num_neighbors |
Number of neighbors. |
min_dist |
Distance metric. |
prefix |
Prefix. |
umap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.