Matlab Cluster function

4 visualizzazioni (ultimi 30 giorni)
Andrew Alkiviades
Andrew Alkiviades il 20 Ago 2011
Hi
I have an annual daily data set of 365 points which should be in different groups over the four seasons of the year. From the scatter graph I can distinguish these four groups but ofcourse this is not enough to be able to prove it. I would like to use the cluster function and output a scatter graph that illustrates these four groups. However from the Matlab help I cant see which of the many functions available for clustering is the one I need.
Thanks

Risposta accettata

Andrew Alkiviades
Andrew Alkiviades il 20 Ago 2011
Hi
Thanks for the advice, this seems to be exactly what I am looking for!
Can I edit this coding to produce a scatter diagram of the number of clusters I have in my data and not a silhoutte diagram?
Thanks again
  2 Commenti
the cyclist
the cyclist il 21 Ago 2011
You might want to try the gscatter() function, which plots according to groups. See the documentation for that function, and also the accepted answer here: http://www.mathworks.com/matlabcentral/answers/12980-graph-analysis-question
Also, you might want to "Accept" my answer, for the benefit of future users looking for this info. [And, note for the future that the "answer" you made would have been better placed as a comment to my answer.]
Oleg Komarov
Oleg Komarov il 22 Ago 2011
@Andrew: do not accept your own answer unless it is the complete/detailed solution and you formulated it independently.

Accedi per commentare.

Più risposte (1)

the cyclist
the cyclist il 20 Ago 2011
I think the kmeans() function would be a simple one to start with. There is an example in the documentation that should help you.

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by