Download Source Code
Note: All the code is released under GPL v3 unless explicitly specified otherwise.
- M-tree implementation.
- Packed R-Tree implementation.
- Rstar tree implementation(Original author is someone else. I just modified it a bit)
- Implementation of K-medoid(PAM) algorithm for clustering non-ordered discrete data.
- Implementation of CLARANS algorithm for clustering non-ordered discrete data.
- Implementation of Single Linkage clustering for non-ordered discrete data.
- Implementation of ROCK (refer paper by Guha et. al.)
- Implementation of Approximate K-cover clustering for non-ordered discrete data.
- Implementation of Boundary Points clustering for non-ordered discrete data.
- Perl script for generating synthetic data for clustering in NDDS.
P.S. I have made efforts to write doxygen style documentation for all my code. Most programs should have -help (and in addition -perldoc for perl) option to display basic help. However, some of the packages above lack a readme file. Usually "make" command should compile everything without a problem. However, if you still run in to problems, drop me an email.