Clustering is the process of making a group of abstract objects into classes of similar objects.

A cluster of data objects can be treated as one group. While doing cluster analysis, we first partition the set of data into groups based on data similarity and then assign the labels to the groups.

The main advantage of clustering over classification is that it is adaptable to changes and helps to single out useful features that distinguish different groups.

Applications of Cluster Analysis

  • Clustering analysis is broadly used in many applications such as market research, pattern recognition, data analysis, and image processing.
  • Clustering can also help marketers discover distinct groups in their customer base. They can also characterize their customer groups based on the purchasing patterns.
  • In the field of biology, it can be used to derive plant and animal taxonomies, categorize genes with similar functionalities and gain insight into structures inherent to populations.
  • Clustering also helps in the identification of areas of similar land use in the earth observation database. It also helps in the identification of groups of houses in a city according to the house type, value, and geographic location.
  • Clustering also helps in classifying documents on the web for information discovery.
  • Clustering is also used in outlier detection applications such as detection of credit card fraud.
  • As a data mining function, cluster analysis serves as a tool to gain insight into the distribution of data to observe the characteristics of each cluster.

Requirements of Clustering in Data Mining

The following points throw light on why clustering is required in data mining −

Scalability − we need highly scalable clustering algorithms to deal with large databases.

Ability to deal with different kinds of attributes − Algorithms should be capable to be applied on any kind of data such as interval-based (numerical) data, categorical, and binary data.

Discovery of clusters with attribute shape − the clustering algorithm should be capable of detecting clusters of arbitrary shape. They should not be bounded to only distance measures

that tend to find a spherical cluster of small sizes.

High dimensionality − the clustering algorithm should not only be able to handle low-dimensional data but also the high dimensional space.

Ability to deal with noisy data − Databases contain noisy, missing or erroneous data. Some algorithms are sensitive to such data and may lead to poor quality clusters.

Interpretability − the clustering results should be interpretable, comprehensible, and usable.

Clustering Methods

Clustering methods can be classified into the following categories −

  • Partitioning Method
  • Hierarchical Method
  • Density-based Method
  • Grid-Based Method
  • Model-Based Method
  • Constraint-based Method

About Author

0 Shares:
You May Also Like
COMPUTER VISION SYNDROME
Read More

Computer vision syndrome

Owing to the COVID-19 crisis the national shutdown has led to an rise in people’s average screen time. People spend a lot  of time watching TV, and  more than  ever  on digital devices such  as laptops, cell  phones and tablets! Digital eye pressure, or computer vision syndrome, causes people to get addicted on electronic devices for long, uninterrupted hours What is Computer Vision Syndrome? Computer vision syndrome is a collection of different types of visual distress which is…