View source: R/clusterer_farm.R
get_hierarchical_clusters | R Documentation |
Perform single-linkage hierarchical clustering and process dendrograms in a semi-global context.
get_hierarchical_clusters(dist_mats, method)
dist_mats |
A list of distance matrices to be used for clustering. |
method |
A string to pass to hclust to tell it what kind of clustering to do. |
A list containing named vectors (one per dendrogram), whose names are data point names and whose values are cluster labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.