Can k-means clustering do classification?

前端 未结 7 1125
醉话见心
醉话见心 2020-12-31 04:21

I want to know whether the k-means clustering algorithm can do classification?

If I have done a simple k-means clustering .

Assume I have many data , I use k

相关标签:
7条回答
  • 2020-12-31 05:03

    After k-means Clustering algorithm converges, it can be used for classification, with few labeled exemplars/training data. It is a very common approach when the number of training instances(data) with labels are very limited due to high cost of labeling.

    0 讨论(0)
提交回复
热议问题