Cluster Analysis
Cluster Analysis
Clustering: The process of grouping a set of objects in such a way that objects in the
same group (or cluster) are more similar to each other than to those in other groups.
Similarity/Dissimilarity: Based on measures such as distance (e.g., Euclidean
distance) or statistical criteria.
Unsupervised Learning: Cluster analysis is an unsupervised learning method
because it doesn't rely on predefined labels.
Example: A retail company uses K-means clustering to segment its customers into
five groups based on purchasing behavior, spending patterns, and demographics. This
helps the company personalize its marketing campaigns for each segment, leading to
increased customer engagement and sales.