Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Hierarchical clustering implementation (complete l
4.0
Complete-linkage clustering is one of several methods of agglomerative hierarchical clustering.  In the beginning of the process, each element is in a cluster of its own.  The clusters are then sequentially combined into larger clusters, until all elements end up being in the same cluster.  At each step, the two clusters separated by the shortest distance are combined.  The definition of 'shortest distance' is what differentiates between the different agglomerative clustering methods.  In complete-linkage clustering, the link between two clusters contains all element pairs, and the distance between clusters 
alfredyi
2016-08-23
1
1
No more~