Monday, 10 October 2016

What are the types of clustering?

Types of Clustering
Nesting:
This separation is based on the characteristic of nesting clusters. 

Hierarchical clustering are nested by this we mean that it also clusters to exist within bigger clusters while partitional clustering prohibits subsets of cluster

Exclusiveness:
This separation is based on the characteristic that allows a data object to exist 1 or more than 1 clusters.
 Exclusive clustering is as the name suggests and stipulates that each data object can only exist in one cluster.

Overlapping allows data objects to be grouped in 2 or more clusters.

A real world example would be the breakdown of personnel at a school.

Overlapping clustering would allow a student to also be grouped as an employee while exclusive clustering would demand that the person must choose the one that is more important.

In Fuzzy clustering every data object belongs to every cluster, I guess you can describe fuzzy clustering as an extreme version of overlapping, the major difference is that the data objects has a membership weight that is between 0 to 1 where 0 means it does not belong to a given cluster and 1 means it absolutely belongs to the cluster. 

Fuzzy clustering is also known as probabilistic clustering.

Completeness:

This separation is based on the characteristic that requires all data objects to be grouped.

complete clustering assigns every object to a cluster.

Partial clustering on the other hand allows some data objects to left alone.

No comments:

Post a Comment