Kmeans Clustering

HI All,

Does anyone know which one is better to use the k-means clustering method? and why you choose that?

  1. x=kmeans (data, 6)
  2. x=kmeans (data, 6, nstarts=25)
  3. x=kmeans (data, 6, nstarts=25, iter.max=1000)

Thank you everyone.

Regards,
Himawan

This depends entirely on your data and the problem you are trying to solve. If you can provide those, the community may be able to help you a bit more.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.