This is a Java library that provides several popular clustering algorithms.
The library can be downloaded as a binary or source package from https://github.com/trickl/trickl-cluster/downloads.
The source can be also retrieved straight from the Git repository: git clone [email protected]:trickl/trickl-cluster.git
.
Fuzzy C Means K Means K Medoids Pairwise Nearest Neighbour Some kernel based algorithms (allows efficient clustering of sparse data).
Uses the Colt matrix library.
The program is available under GNU General Public License (see file license-gpl.txt
in the distribution package for the text of the license).
Some Junit tests are provided and should be used to consult usage.