Metadata-Version: 2.1
Name: dedupe-hcluster
Version: 0.3.9
Summary: Hierarchical Clustering Algorithms (Information Theory)
Home-page: https://github.com/datamade/hcluster
Maintainer: Forest Gregg
Maintainer-email: fgregg@datamade.us
License: SciPy License (BSD Style)
Keywords: dendrogram,linkage,cluster,agglomorative,hierarchical,hierarchy,ward,distance
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
License-File: LICENSE.txt


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.


