Clustering: K-Means Algorithm
Why does adding more clusters (increasing K) always reduce WCSS?
If a new feature that is highly correlated with an existing feature is added to a K-Means clustering dataset, what is the most likely outcome?
Why does K-Means assume clusters are convex (spherical)?
What happens if K is chosen too small?
Why does K-Means require multiple runs with different initializations?
Why can K-Means fail when clusters have different densities and sizes simultaneously?
What does a Silhouette score close to 1 signify about the clustering result?
What is the main idea behind the Elbow Method in clustering?
What does a lower Davies–Bouldin score indicate?
What does a low Silhouette score indicate?