K-Means Quiz - Question 5

Q5. Suppose we have an unlabeled dataset containing {x1, x2, x3,…, xn}. We run KNN with 50 random initialisations and obtain 50 clusterings of the data. How do we choose which cluster to use?

Is there a typo in this question?
I think it should be K-Means instead of KNN.

Thanks

Hey anurag,
Thanks for pointing out this. It should be kmeans only.

Appreciate, :clap: