dinidininta / trickl-cluster

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

Home Page:open.trickl.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

open.trickl.com

License:GNU General Public License v3.0


Languages

Language:Java 98.3%Language:Gnuplot 1.7%