m (upload picture from old kiwi)
Line 22: Line 22:
 
* http://en.wikipedia.org/wiki/K-means_algorithm
 
* http://en.wikipedia.org/wiki/K-means_algorithm
  
 
+
[[Image:kiwi_OldKiwi.JPG]]
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
.. image:: kiwi.JPG
+

Revision as of 22:34, 10 March 2008

An introduction to clustering


Clustering is a nonlinear activity that groups data by generating ideas, images and chunks around a stimulus point. As clustering proceeds, the groups enlarge in size, and one is able to visualize patterns and ideas. Clustering may be a class or an individual activity.

The diagram below gives a simplistic representation of clustering. Figure I has data, not necessarily grouped, and application of a clustering algorithm results in the formation of clusters or groups, that is shown in the second figure.

Some of the widely used algorithms for clustering include:

  • K-means
  • Fuzzy C-means
  • Hierarchical clustering
  • Mixture of Gaussians
  • Genetic algorithm based clustering

An important component of a clustering algorithm is the distance measure between data points. If the components of the data instance vectors are all in the same physical units then it is possible that the simple Euclidean distance metric is sufficient to successfully group similar data instances. However, even in this case the Euclidean distance can sometimes be misleading. Figure shown below illustrates this with an example of the width and height measurements of an object. Despite both measurements being taken in the same physical units, an informed decision has to be made as to the relative scaling. As the figure shows, different scalings can lead to different clusterings.


References and Bibliography:

Kiwi OldKiwi.JPG

Alumni Liaison

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin