Try to view the issue of IEEE Computer 2007. There are a lot of phenomenons about indexnig results. Maybe you could find some good reference there about the clustering of index.
--- Khalil Honsali <[EMAIL PROTECTED]> wrote: > 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 > > > > > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
