View source: R/graph_clustering.R
make_umap | R Documentation |
run umap algorithm on igg data
make_umap( datamat, n_neighbors = 15, min_dist = 0.1, metric = "cosine", random_state = 123 )
datamat |
data matrix containing igg data |
n_neighbors |
number of neighbors to use in umap hyperparameters. Default = 15 |
min_dist |
hyperparameter minimum distance for umap. Default = 0.1 |
metric |
hyperparameter distance metric to use for umap. Default = "cosine" |
random_state |
umap variable for reproducible results. Default = 123 |
umap object including k-nearest neighbors results and 2D projection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.