./wip/py-hcluster, Hierarchical Clustering Package For Scipy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.0, Package name: py310-hcluster-0.2.0, Maintainer: jihbed.research

This library provides Python functions for hierarchical clustering.

* generating hierarchical clusters from distance matrices
* computing distance matrices from observation vectors
* computing statistics on clusters
* cutting linkages to generate flat clusters
* and visualizing clusters with dendrograms.

The interface is very similar to MATLAB's Statistics Toolbox API to make code
easier to port from MATLAB to Python/Numpy. The core implementation of this
library is in C for efficiency.


Required to run:
[graphics/py-matplotlib] [math/py-numpy]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: ba90e20673db05d32850afb67b6aa12292039a54
Filesize: 442.463 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 13:54:33 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-08-09 23:31:41 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-hcluster-0.2.0 as wip/py-hcluster.

This library provides Python functions for hierarchical clustering.

        * generating hierarchical clusters from distance matrices
        * computing distance matrices from observation vectors
        * computing statistics on clusters
        * cutting linkages to generate flat clusters
        * and visualizing clusters with dendrograms.

The interface is very similar to MATLAB's Statistics Toolbox API to make code
easier to port from MATLAB to Python/Numpy. The core implementation of this
library is in C for efficiency.