Comrite Unix Man page/Perldoc/Info page, English-Chinese Dictionary, Chinese-English Dictionary

Algorithm::Cluster

Command: man perldoc info search(apropos)  


 
Cluster(3pm)          User Contributed Perl Documentation         Cluster(3pm)



NAME
       Algorithm::Cluster - Perl interface to the C Clustering Library.

DESCRIPTION
       This module is an interface to the C Clustering Library, a general pur-
       pose library implementing functions for hierarchical clustering (pair-
       wise simple, complete, average, and centroid linkage), along with
       k-means and k-medians clustering, and 2D self-organizing maps.  This
       library was developed at the Human Genome Center of the University of
       Tokyo. The C Clustering 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.

EXAMPLES
       See the scripts in the examples subdirectory of the package.

CHANGES
       * C Clustering Library version 1.33 (2006.09.25)

TO DO
           *  Create the interface to the getclustercentroids routine
           *  Write Perl routines to read and write Cluster/TreeView-style
           data files.

THANKS
       Thanks to Michael Eisen, for creating the software packages Cluster and
       TreeView.

AUTHOR
       John Nolan jpnolan AT sonic.net 2003.  Michiel de Hoon mdehoon "AT"
       c2b2.columbia.edu 2003-2006.  Seiya Imoto imoto "AT" ims.u-tokyo.ac.jp
       2003-2006.  Satoru Miyano 2003-2006.  A copyright statement is con-
       tained in the source code itself.

       This module is a Perl wrapper for the C clustering library for cDNA
       microarray data, Copyright (C) 2002 Michiel Jan Laurens de Hoon.

       See the source of Cluster.pm for a full copyright statement.



perl v5.8.8                       2006-09-24                      Cluster(3pm)
 

©2005 Comrite