想问一下k-means如何用。

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

 Risposta accettata

colferle
colferle il 17 Mag 2023

0 voti

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

Più risposte (0)

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange

Richiesto:

il 17 Mag 2023

Risposto:

il 17 Mag 2023

Community Treasure Hunt

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

Start Hunting!