Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone have a suggestion of any relatively recent and good book about data clustering ? I'm more specifically looking for incremental clustering. Thanks.

share|improve this question
Cross-site dupe of: stats.stackexchange.com/questions/20199/… – casperOne Jan 4 '12 at 20:09

closed as off topic by casperOne Jan 4 '12 at 20:09

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

As already answered in your duplicate post on "stats":

In a field that is this actively researched, a book will be quickly out of date. Just as with regular clustering: most books still discuss just hierarchical clustering, k-means and EM.

There is a book by C.C.Aggarwal from 2007, "Data streams: models and algorithms". Chapter 2 is on clustering.

It is better to check for recent publications in this field, in particular survey articles.

There is one survey from 2009: Alireza Rezaei Mahdiraji, "Clustering data stream: A survey of algorithms". But you will want look at newer methods than these, too.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.