Bill
2006-Aug-24 21:22 UTC
[Rails] Re: [ANN] acts_as_clusterable plugin allows easy clustering
Can someone explain in simple terms what clustering is and why a person might use this? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Surendra Singhi
2006-Aug-25 12:11 UTC
Re: [ANN] acts_as_clusterable plugin allows easy clustering
Bill <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> writes:> Can someone explain in simple terms what clustering is and why a person > might use this?This plugin helps in clustering as explained in this wikipedia article: http://en.wikipedia.org/wiki/Data_clustering it only works for text data. A scenario where it can help is say, your website collects news from different sources, then you can cluster the news and present the cluster to users, the user can then decide which cluster he is interested in. Also, it can help in organizing search results, forming hierarchies, etc. Cheers, -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | "All animals are equal, but some animals are more equal than others." | -- Orwell, Animal Farm, 1945 `---- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---