View source: R/graph_clustering.R
knn_network_from_umap | R Documentation |
Construct K-nearest neighbors graph from UMAP implementation of KNN
knn_network_from_umap(myumap, metric = "cosine")
myumap |
output from make_umap function |
metric |
hyperparameter distance metric used for umap function. Default = "cosine" |
kNN graph as an igraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.