This link has been bookmarked by 25 people . It was first bookmarked on 10 Mar 2006, by yc c.
-
20 Aug 14
-
04 May 14
-
a hierarchy of clusters
-
The results of hierarchical clustering are usually presented in a dendrogram.
-
a measure of dissimilarity between sets of observations is required. In most methods of hierarchical clustering, this is achieved by use of an appropriate metric (a measure of distance between pairs of observations), and a linkage criterion which specifies the dissimilarity of sets as a function of the pairwise distances of observations in the sets.
-
Cutting the tree at a given height will give a partitioning clustering at a selected precision. I
-
-
25 Dec 13
-
- own cluster, and pairs of clusters are merged as one moves up the hierarchy.
- Divisive: This is a "top down" approach: all observations start in one cluste
-
-
14 Dec 13
-
In the general case, the complexity of agglomerative clustering is
, which makes them too slow for large data sets. Divisive clustering with an exhaustive search is
, which is even worse. -
a linkage criterion which specifies the dissimilarity of sets as a function of the pairwise distances of observations in the sets.
-
Hierarchical clustering has the distinct advantage that any valid measure of distance can be used. In fact, the observations themselves are not required: all that is used is a matrix of distances.
-
-
08 Oct 13
-
Agglomerative
-
Divisive
-
the complexity of agglomerative clustering is

-
Maximum
-
The linkage criterion determines the distance between sets of observations as a function of the pairwise distances between observations.
-
Minimum
-
single-linkage clustering
-
average linkage clustering
-
-
11 Jul 13
-
Agglomerative: This is a "bottom up" approach: each observation starts in its own cluster, and pairs of clusters are merged as one moves up the hierarchy.
-
Divisive: This is a "top down" approach: all observations start in one cluster, and splits are performed recursively as one moves down the hierarchy.
-
-
13 Feb 12
-
Euclidean distance
-
Euclidean distance
-
This is a "bottom up" approach:
-
-
which clusters should be combined (for agglomerative), or where a cluster should be split (for divisive
-
Euclidean distance
-
Maximum or complete linkage clustering
-
-
30 Nov 11
-
23 Sep 11
-
In statistics, hierarchical clustering is a method of cluster analysis which seeks to build a hierarchy of clusters.
-
-
06 Apr 11
-
- Agglomerative: This is a "bottom up" approach: each observation starts in its own cluster, and pairs of clusters are merged as one moves up the hierarchy.
- Divisive: This is a "top down" approach: all observations start in one cluster, and splits are performed recursively as one moves down the hierarchy.
-
, which makes them too slow for large data sets. Divisive clustering with an exhaustive search is
, which is even worse.
) are known: SLINK
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.