cvs commit: ports/science Makefile ports/science/py-hcluster Makefile distinfo pkg-descr pkg-plist ports/science/py-hcluster/files patch-setup.py

Martin Wilke miwi at FreeBSD.org
Fri Sep 26 23:21:55 UTC 2008


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)


More information about the cvs-ports mailing list