想问一下k-means如何用。

我想找一下有关k-means的相关资料,k-means的程序如何写,最近急着用?

 Accepted Answer

colferle
colferle on 17 May 2023

0 votes

[a,b]=kmeans(x,k), x是需要分的数据,k是所分的组数。a为所在的组,b为组平均数。但kmeans分类的效果将受制于初始聚类的结果。

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Tags

Asked:

on 17 May 2023

Answered:

on 17 May 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!