Source: wikibot/complete-linkage-clustering
= Complete-linkage clustering
{wiki=Complete-linkage_clustering}
Complete-linkage clustering is a hierarchical clustering method used to group data points based on their similarity. This technique is part of the broader family of agglomerative clustering methods, which work by iteratively combining smaller clusters into larger ones until a desired number of clusters is achieved or until all points are merged into a single cluster.