View source: R/clusterer_farm.R
get_hierarchical_clusters | R Documentation |
Perform hierarchical clustering and process dendrograms.
get_hierarchical_clusters(dist_mats, method, cut_height = -1)
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. |
cut_height |
A global cut height. If not specified or negative, dendrograms will be cut individually. |
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.