blob: 2cb5d3ca5d7f1f0f7db923b5cf27aef07067d931 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This module is an interface to the C Clustering Library, a general
purpose library implementing functions for hierarchical clustering
(pairwise simple, complete, average, and centroid linkage),
along with k-means and k-medians clustering, and 2D self-organizing maps.
The library is distributed along with Cluster 3.0, an enhanced version
of the famous Cluster program originally written by Michael Eisen
while at Stanford University. The C clustering library was written
by Michiel de Hoon.
This module is a Perl wrapper for the C clustering library for
cDNA microarray data, Copyright (C) 2002 Michiel Jan Laurens de Hoon.
Author: John Nolan <jpnolan@sonic.net>
WWW: http://search.cpan.org/search?dist=Algorithm-Cluster
|