hello, i want a visualization of the k-mean clustering.which one method will be best for visualization?? thnkx [[alternative HTML version deleted]]
R. Michael Weylandt <michael.weylandt@gmail.com>
2012-Jan-17 15:15 UTC
[R] visualization for k-mean clustering
Will depend heavily on the structure of your data (you haven't even told use te number of dimensions or the metric in question), but I'd suggest something like a scatterplot color coded by cluster with an additional marker for cluster means. Michael Weylandt On Jan 17, 2012, at 3:48 AM, mukul purva <mukul.purva at gmail.com> wrote:> hello, > i want a visualization of the k-mean clustering.which one method > will be best for visualization?? > > > > thnkx > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
You mean the process of clustering (the algorithm)? Have you looked at kmeans.ani() in the animation package? Regards, Yihui -- Yihui Xie <xieyihui at gmail.com> Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On Tue, Jan 17, 2012 at 2:48 AM, mukul purva <mukul.purva at gmail.com> wrote:> hello, > ? ? ? ? i want a visualization of the k-mean clustering.which one method > will be best for visualization?? > > > > thnkx > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.