CMD + K

dedupe-hcluster

Community

Hierarchical Clustering Algorithms (Information Theory)

Installation

To install this package, run one of the following:

Conda
$conda install riipl-org::dedupe-hcluster

Usage Tracking

0.3.2
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Hierarchical Clustering Algorithms (Information Theory)

Last Updated

Mar 28, 2018 at 20:15

License

BSD License

Supported Platforms

linux-64