资 源 简 介
Aiming to realize a distributed kmeans clustering algorithm which allows dynamic change of nodes.
Still in the process of changing from static clustering to dynamic one.
There are three steps:
1) allowing the crush of peer nodes
2) allowing database update
3) allowing dynamic adding of peer nodes
Until November 7, 2011, the second step has been finished, but with some small bugs waiting to be fixed.
Updating soon....
P.S.
You can check out the whole project with command:
svn checkout http://dynamic-distributed-kmeans-clustering-python.googlecode.com/svn/trunk/ dynamic-distributed-kmeans-clustering-python-read-only (you can find these inside Source Item)
About how to run these scripts, please find information inside Wiki.
About found bugs, please find items inside Issues.