Next: Fuzzy Clustering
Up: Partitional Clustering
Previous: Clustering by graph theory
- Set i = 1 and k = 1. Assign pattern
to cluster
. - Set i = i + 1. Find nearest neighbour of
among the patterns
already assigned to clusters. Let
denote the distance from
to its nearest neighbour. Suppose the nearest neighbour is in cluster
m. - If
greater than or equal to t then assign
to
where t is the threshold
specified by the user. Otherwise set k = k+1 and assign
to a new
cluster
. - If every pattern has been considered then stop else go to step 2.
Miranda Maria Irene
Thu Apr 1 15:43:18 IST 1999