mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b7fded5275
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>
15 lines
569 B
Plaintext
15 lines
569 B
Plaintext
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/
|