Path to this page:
./
wip/py-hcluster,
Hierarchical Clustering Package For Scipy
Branch: CURRENT,
Version: 0.2.0,
Package name: py312-hcluster-0.2.0,
Maintainer: jihbed.researchThis 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)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-hcluster-0.2.0
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-hcluster-0.2.0
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-hcluster-0.2.0
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) | |
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.
|