View source: R/utils_clustering.R
merge_clusters | R Documentation |
This function will iteratively merge clusters that result similar in the centroid. The merging will stop as soon as the cosine similarity between all pairs of clusters is below 'cutoff'
merge_clusters(x, cutoff = 0.8)
x |
bascule object. |
cutoff |
Minimum value of similarity to merge two clusters. |
bascule object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.