Question:medium

Which form of unsupervised learning does the following diagram indicate?
Unsupervised learning

Show Hint

Clustering groups similar data points without labels, making it a key technique in unsupervised learning.
Updated On: Jan 13, 2026
  • Clustering
  • Regression
  • Reinforcement learning
  • Classification
Show Solution

The Correct Option is A

Solution and Explanation

The diagram illustrates clustering, a prevalent unsupervised learning method. Clustering groups analogous data points by their attributes, without requiring pre-assigned labels. This approach is employed when an algorithm must discern patterns or structures in unlabeled datasets, such as segmenting customers based on their purchasing habits.

Was this answer helpful?
0