Hello, Is there any relevant papers/work about index-clustering (not search results clustering) ? I wonder if it will impact queries if index is clustered and distributed somehow?
K. Honsali On 27/03/2008, Ted Dunning <[EMAIL PROTECTED]> wrote: > > > Kmeans can be used to cluster web-sites if you use a cosine measure of > similarity based on content. > > You can also use the first few eigenvectors of the linkage graph to do > spectral clustering (this will essentially be a strongly connected > component > analysis). > > Using browse logs can also give you clusters if you look at common viewing > of pages during particular sessions. This should mostly replicate the > linkage graph analysis. > > > > On 3/26/08 4:02 PM, "Marko Novakovic" <[EMAIL PROTECTED]> wrote: > > > Is good idea to apply project for integrating kMeans > > algorithm to clustering web pages? > > > > > > > > > ______________________________________________________________________________ > > ______ > > Never miss a thing. Make Yahoo your home page. > > http://www.yahoo.com/r/hs > >
