hcluster 0.2.0
A hierarchical clustering package for Scipy.
This library provides Python functions for hierarchical 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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
|
hcluster-0.2.0.tar.gz
(md5)
Python 2.4 or 2.5 required |
Source | 2008-12-14 | 442KB | 2334 | |
- Author: Damian Eads
- Home Page: http://scipy-cluster.googlecode.com
- Keywords: dendrogram,linkage,cluster,agglomorative,hierarchical,hierarchy,ward,distance
- License: New BSD License
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Science/Research
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Scientific/Engineering :: Bio-Informatics
- Topic :: Scientific/Engineering :: Information Analysis
- Package Index Owner: damianeads
- DOAP record: hcluster-0.2.0.xml
