Matlab Cluster function

1 次查看(过去 30 天)
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

采纳的回答

Andrew Alkiviades
Andrew Alkiviades 2011-8-20
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 个评论
the cyclist
the cyclist 2011-8-21
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 2011-8-22
@Andrew: do not accept your own answer unless it is the complete/detailed solution and you formulated it independently.

请先登录,再进行评论。

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by