aboutsummaryrefslogtreecommitdiff
path: root/science/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-26 23:21:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-26 23:21:54 +0000
commitb7fded52757f61da72c564630a4476b827af90e5 (patch)
tree08f3aa402015dfc354a874890d049d744b528fd1 /science/Makefile
parentea8741ec5a9fd72fb841bc35f3c626ef889f0275 (diff)
downloadports-b7fded52757f61da72c564630a4476b827af90e5.tar.gz
ports-b7fded52757f61da72c564630a4476b827af90e5.zip
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>
Notes
Notes: svn path=/head/; revision=220869
Diffstat (limited to 'science/Makefile')
-rw-r--r--science/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index cbba936942d3..ca306d307240 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -100,6 +100,7 @@
SUBDIR += pcp
SUBDIR += pnetcdf
SUBDIR += psi3
+ SUBDIR += py-hcluster
SUBDIR += py-openbabel
SUBDIR += py-paida
SUBDIR += py-scipy