Hierarchical Clustering
Hierarchical Clustering
In centroid-linkage clustering, the distance between one cluster and
another cluster is equal to the distance between the centroids of the two
clusters:
D(C
i
,C
j
) = d(c
i
,c
j
) where c
i
and c
j
are the centroids of C
i
and C
j
High Computational Cost :
The main weakness of hierarchical clustering methods is that they do not
scale well: the time complexity is at least O(N
2
), where N is the total number
of objects.
5
(a) Original Data
(b) Agglomerative clustering
6
An example of clustering 4 data items in 2-dimensional space
7
8