What is the primary goal of the K-means clustering algorithm?
Practice Questions
1 question
Q1
What is the primary goal of the K-means clustering algorithm?
Minimize the distance between points in the same cluster
Maximize the distance between different clusters
Both A and B
None of the above
The primary goal of K-means clustering is to minimize the distance between points in the same cluster while maximizing the distance between different clusters.
Questions & Step-by-step Solutions
1 item
Q
Q: What is the primary goal of the K-means clustering algorithm?
Solution: The primary goal of K-means clustering is to minimize the distance between points in the same cluster while maximizing the distance between different clusters.