On Wed, Oct 9, 2013 at 12:37 PM, Bert Gunter <gunter.ber...@gene.com> wrote:
> Probably not. I would guess that most (or all) of us have no clue what > "bisecting" a k-means algorithm means. You might have more luck if you > explain yourself more clearly (but probably not from me in any case). > > Is this an R question, by the way? This is not a statistics list -- > it's an R programming help list. > > Cheers, > -- Bert > > On Tue, Oct 8, 2013 at 8:13 PM, Vivek Singh <vksingh.ii...@gmail.com> > wrote: > > Any help on this? > > > > Regards, > > Vivek > > > > > > On Tue, Oct 8, 2013 at 2:36 PM, Vivek Singh <vksingh.ii...@gmail.com> > wrote: > > > >> Hi All, > >> > >> Can someone please tell me* R function for Bisecting K-means algorithm*. > >> I have used *kmeans() *function but not getting good results. > >> > >> Please help. > >> > >> -- > >> Thanks and Regards, > >> > >> Vivek Kumar Singh > >> > >> Research Assistant, > >> School of Computing, > >> National University of Singapore > >> Mobile:(0065) 82721535 > >> > > > > > > > > -- > > Thanks and Regards, > > > > Vivek Kumar Singh > > > > Research Assistant, > > School of Computing, > > National University of Singapore > > Mobile:(0065) 82721535 > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help@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. > > > > -- > > Bert Gunter > Genentech Nonclinical Biostatistics > > (650) 467-7374 > Hi, Just to explain more on Bisecting K-means. Its a clustering algorithm which is better than the kmeans algorithm. http://minethedata.blogspot.sg/2012/08/bisecting-k-means.html I have used the R function *"kmeans"* which does *clustering.* If anyone is aware of *implementation of bisection -kmeans algorithm in R*, please help. -- Thanks and Regards, Vivek Kumar Singh Research Assistant, School of Computing, National University of Singapore Mobile:(0065) 82721535 [[alternative HTML version deleted]] ______________________________________________ R-help@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.