View source: R/clusterer_farm.R
process_dendrograms | R Documentation |
Cut many dendrograms in context
process_dendrograms(dends, semi_local_clustering = TRUE)
dends |
A list of dendrograms to be cut. |
semi_local_clustering |
Whether you want clustering to happen in a semi-local (entire dataset visible) or strictly local (only current level set visible) context. Defaults to semi-local. |
This function uses a value of 10 percent of the tallest branch across dendrograms as a threshold for cut_dendrogram.
A list of 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.