CORRELATION CLUSTER

Correlation Clustering is a data mining technique that is used to uncover groupings of similar objects in a dataset. It is based on the assumption that the similarity between two objects is proportional to the correlation between their respective attributes. Correlation clustering has been used to identify clusters of genes with similar expression profiles, clusters of proteins with similar structural characteristics, and clusters of documents with similar topics.

In its simplest form, correlation clustering is an unsupervised clustering approach that identifies groups of objects based on their correlation with each other. It begins by calculating the correlation between all pairs of objects in the dataset. Then objects with a correlation above a certain threshold are grouped into the same cluster. The process is repeated until all objects are grouped into clusters.

Correlation clustering can be used in a variety of applications, including document clustering, image segmentation, gene expression analysis, and protein structure analysis. It is especially useful for datasets that contain high-dimensional data, where traditional clustering algorithms may fail.

The advantages of correlation clustering include its ability to identify clusters of objects that have similar attributes without the need for any prior knowledge of the data. This makes it an ideal choice for datasets with large numbers of variables. Additionally, correlation clustering can be used in conjunction with other clustering algorithms to improve clustering performance.

The main disadvantage of correlation clustering is that it is sensitive to outliers, since objects with large correlations can dominate the clustering process. Additionally, correlation clustering can be computationally expensive, especially when dealing with large datasets.

In conclusion, correlation clustering is a powerful data mining technique that can be used to uncover clusters of similar objects in a dataset. It is especially useful for datasets containing large numbers of variables and can be used in conjunction with other clustering algorithms to improve clustering performance.

References

Bouguessa, M., & Cazenave, T. (2012). Correlation-based clustering: A survey. Knowledge-Based Systems, 25, 90-108. https://doi.org/10.1016/j.knosys.2011.10.006

Choi, J., & Von Luxburg, U. (2009). Correlation clustering. In U. Von Luxburg, M. Belkin, & K.-R. Müller (Eds.), Clustering and information retrieval (pp. 115-134). Berlin: Springer-Verlag.

Kumar, A., & Gharib, M. (2014). Correlation clustering: A review. International Journal of Intelligent Systems and Applications, 6(1), 25-31. https://doi.org/10.5815/ijisa.2014.01.04

Scroll to Top