230k views
4 votes
You have finished running a K-means exercise. What additional step might give you insights into the clusters formed by the algorithm?

Group of answer choices
1) Double the number of clusters and try again.
2) Look at the run time for the algorithm, for K = 2,3 and 4.
3) Examining another run for a confusion matrix.
4) Printing and examining the centroids for the K clusters.

User Snwflk
by
7.7k points

1 Answer

2 votes
4) Printing and examining the centroids for the K clusters.

Analyzing the centroids helps understand the center points of each cluster, providing insights into their characteristics and how data points are grouped within each cluster.
User Alwe
by
7.9k points