hcluster 0.1.8
A hierarchical clustering package for Scipy.
Latest Version: 0.2.0
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.1.8.tar.gz (md5) | Source | 2008-06-10 | 41KB | 536 | |
| hcluster-0.1.8.win32-py2.4.exe (md5) | MS Windows installer | 2.4 | 2008-06-10 | 99KB | 176 |
| hcluster-0.1.8.win32-py2.5.exe (md5) | MS Windows installer | 2.5 | 2008-06-10 | 99KB | 291 |
- 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.1.8.xml
