Skip to content

trickl/trickl-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Java library that provides several popular clustering algorithms.

Downloads

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 git@github.com:trickl/trickl-cluster.git.

Features

Fuzzy C Means K Means K Medoids Pairwise Nearest Neighbour Some kernel based algorithms (allows efficient clustering of sparse data).

Requirements

Uses the Colt matrix library.

License and conditions of use

The program is available under GNU General Public License (see file license-gpl.txt in the distribution package for the text of the license).

Example usage

Some Junit tests are provided and should be used to consult usage.

About

Contains clustering algorithms, including k-means, k-medoids and some kernel based algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published