Question: What is the primary objective of the K-means clustering algorithm?
Options:
Correct Answer: To minimize the distance between points in the same cluster
Solution:
K-means aims to minimize the distance between points within the same cluster by assigning points to the nearest centroid.