Q9Big Data Analytics
Question
2 marks
Define Clustering in Big Data context.
Answer
Clustering is an unsupervised machine learning technique used to group similar data points together.
In big data, it helps in customer segmentation, pattern recognition, and anomaly detection by identifying inherent groupings in large datasets without prior labels. K-Means is a common clustering algorithm.