Date: Fri, 26 Sep 2008 23:21:54 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/py-hcluster Makefile distinfo pkg-descr pkg-plist ports/science/py-hcluster/files patch-setup.py Message-ID: <200809262321.m8QNLsA6008582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-09-26 23:21:54 UTC
FreeBSD ports repository
Modified files:
science Makefile
Added files:
science/py-hcluster Makefile distinfo pkg-descr pkg-plist
science/py-hcluster/files patch-setup.py
Log:
py-hcluster library provides Python functions for
agglomerative clustering. Its features include
* 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.
WWW: http://code.google.com/p/scipy-cluster/
PR: ports/127515
Submitted by: Wen Heping <wenheping at gmail.com>
Revision Changes Path
1.131 +1 -0 ports/science/Makefile
1.1 +23 -0 ports/science/py-hcluster/Makefile (new)
1.1 +3 -0 ports/science/py-hcluster/distinfo (new)
1.1 +12 -0 ports/science/py-hcluster/files/patch-setup.py (new)
1.1 +14 -0 ports/science/py-hcluster/pkg-descr (new)
1.1 +8 -0 ports/science/py-hcluster/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809262321.m8QNLsA6008582>
