Clustering

From Cohen Courses
Revision as of 00:03, 7 February 2011 by Nitina (talk | contribs) (Created page with 'This is a technical [[category::method]] discussed in Social Media Analysis 10-802 in Spring 2010. == What problem does it address == Clustering refers to creating multiple…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is a technical method discussed in Social Media Analysis 10-802 in Spring 2010.

What problem does it address

Clustering refers to creating multiple group of elements which exhibit similar properties in the attribute values. This group of elements which have comparable value for different attributes for a domain is called a cluster.

Algorithm

  • Input -
         d : data instances
         a : data attributes
         dFunc : distance function
  • Output - c : cluster of data instances

Used in

This technique is widely used practice. e.g clustering of similar documents, summarization etc.

Relevant Papers