Re: [R] visualization for k-mean clustering

2012-01-18 Thread Tal Galili
Hi Mukul, If you are talking about the steps of the algorithm, then Yihui answered your question.. If you are looking for visualizing the resulting clusters, there is the clustergram function:

[R] visualization for k-mean clustering

2012-01-17 Thread mukul purva
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@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] visualization for k-mean clustering

2012-01-17 Thread R. Michael Weylandt michael.weyla...@gmail.com
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,

Re: [R] visualization for k-mean clustering

2012-01-17 Thread Yihui Xie
You mean the process of clustering (the algorithm)? Have you looked at kmeans.ani() in the animation package? Regards, Yihui -- Yihui Xie xieyi...@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,