whats is the difference between “k means” and “fuzzy c means” objective functions?

前端 未结 4 861
萌比男神i
萌比男神i 2020-12-23 21:33

I am trying to see if the performance of both can be compared based on the objective functions they work on?

4条回答
  •  余生分开走
    2020-12-23 21:59

    people has written technically and each answer is well written. But what I want to say is the same in layman language. K means clustering cluster the entire dataset into K number of cluster where a data should belong to only one cluster. Fuzzy c-means create k numbers of clusters and then assign each data to each cluster, but their will be a factor which will define how strongly the data belongs to that cluster.

提交回复
热议问题