Clustering (K-means, agglomerative, or the like)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sbrattla
Forum Newbie
Posts: 3
Joined: Thu Jul 10, 2008 5:21 am

Clustering (K-means, agglomerative, or the like)

Post by sbrattla »

Hi,

I was wondering if anyone knows about any frameworks or classes related to
clustering. By that i mean classes that is able to calculate pearsons correlation,
perform a clustering process, or similar.

As you may notice, my question isn't very specific, but that mostly because i'm just
interested (very broadly) in what's out there.

If you know of anything related to the topic of clustering (k-means, agglomerative or the like),
then i'd be very interested in hearing from you!
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Clustering (K-means, agglomerative, or the like)

Post by Benjamin »

I've posted a link below to a book which will teach you the algorithms you're requesting and contains code examples.

http://www.amazon.com/Programming-Colle ... 671&sr=8-1
sbrattla
Forum Newbie
Posts: 3
Joined: Thu Jul 10, 2008 5:21 am

Re: Clustering (K-means, agglomerative, or the like)

Post by sbrattla »

astions,

Thank you very much for your reply. I actually got that book already, but i was just wondering if any pre-made libraries of any sort exists.

Anyway, thanks for your input!
Post Reply