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

 Akzeptierte Antwort

colferle
colferle am 17 Mai 2023

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 17 Mai 2023

Beantwortet:

am 17 Mai 2023

Community Treasure Hunt

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

Start Hunting!