想问一下k-means如何用。

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

 Respuesta aceptada

colferle
colferle el 17 de Mayo de 2023

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Mayo de 2023

Respondida:

el 17 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!