Question: Which clustering method is more sensitive to outliers?
Options:
Correct Answer: K-means clustering
Solution:
K-means clustering is more sensitive to outliers because it uses mean values to determine cluster centroids, which can be skewed by extreme values.