Concepedia

Publication | Open Access

Open source clustering software

3.1K

Citations

9

References

2004

Year

TLDR

The authors released an open‑source C library implementing k‑means, hierarchical clustering, and self‑organizing maps, with Python and Perl interfaces for scripting flexibility. Using the library, they produced an enhanced, cross‑platform Cluster 3.0 application (GUI and command‑line) whose source and modules are freely available online.

Abstract

Abstract Summary: We have implemented k-means clustering, hierarchical clustering and self-organizing maps in a single multipurpose open-source library of C routines, callable from other C and C++ programs. Using this library, we have created an improved version of Michael Eisen's well-known Cluster program for Windows, Mac OS X and Linux/Unix. In addition, we generated a Python and a Perl interface to the C Clustering Library, thereby combining the flexibility of a scripting language with the speed of C. Availability: The C Clustering Library and the corresponding Python C extension module Pycluster were released under the Python License, while the Perl module Algorithm::Cluster was released under the Artistic License. The GUI code Cluster 3.0 for Windows, Macintosh and Linux/Unix, as well as the corresponding command-line program, were released under the same license as the original Cluster code. The complete source code is available at http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster. Alternatively, Algorithm::Cluster can be downloaded from CPAN, while Pycluster is also available as part of the Biopython distribution.

References

YearCitations

Page 1