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

 Réponse acceptée

colferle
colferle le 17 Mai 2023

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!