Fast hierarchical clustering routines for R and Python.
Project description
This library provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices or from vector data.
Part of this module is intended to replace the functions
linkage, single, complete, average, weighted, centroid, median, ward
in the module scipy.cluster.hierarchy with the same functionality but much faster algorithms. Moreover, the function ‘linkage_vector’ provides memory-efficient clustering for vector data.
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.
Installation files for Windows are provided on PyPI and on Christoph Gohlke’s web page.
The fastcluster package is considered stable and will undergo few changes from now on. If some years from now there have not been any updates, this does not necessarily mean that the package is unmaintained but maybe it just was not necessary to correct anything. Of course, please still report potential bugs and incompatibilities to daniel@danifold.net.
Reference: Daniel Müllner, fastcluster: Fast Hierarchical, Agglomerative Clustering Routines for R and Python, Journal of Statistical Software, 53 (2013), no. 9, 1–18, http://www.jstatsoft.org/v53/i09/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastcluster-1.1.18.tar.gz.
File metadata
- Download URL: fastcluster-1.1.18.tar.gz
- Upload date:
- Size: 151.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7203fac13cdc2a427cc8b648535b82e35e5fa8208f9054342785d34d3bb1d42
|
|
| MD5 |
e9717097fe909ad81b77d6b6f309b664
|
|
| BLAKE2b-256 |
fc5ecf501a9d668d3b9acd226f1f2f4517702260549c8a2ca6bae80779ca1d29
|
File details
Details for the file fastcluster-1.1.18-cp34-none-win_amd64.whl.
File metadata
- Download URL: fastcluster-1.1.18-cp34-none-win_amd64.whl
- Upload date:
- Size: 35.5 kB
- Tags: CPython 3.4, Windows x86-64
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
805a8cb0ff7c3c99115a2eaa6f861b1c78a15e50c69a0e295f0751f186865aa1
|
|
| MD5 |
1ad3a7c4814ffc136007a9b858b0c8d1
|
|
| BLAKE2b-256 |
2524cea28f03f073da58e2e6e9409179b3828a85bdaef5ec91912c5bd96cb846
|
File details
Details for the file fastcluster-1.1.18-cp34-none-win32.whl.
File metadata
- Download URL: fastcluster-1.1.18-cp34-none-win32.whl
- Upload date:
- Size: 32.5 kB
- Tags: CPython 3.4, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e01fe049fbb04ec08cdab19c5ecca69d09c9fdd6594972e16702ff938ab0b6cf
|
|
| MD5 |
e28802b1a22cf6227d76c89b57c2651b
|
|
| BLAKE2b-256 |
4fb02320849d8c57254ea8f7ae750ead8754d18763611c2ef1dc0bd7df155e30
|
File details
Details for the file fastcluster-1.1.18-cp27-none-win_amd64.whl.
File metadata
- Download URL: fastcluster-1.1.18-cp27-none-win_amd64.whl
- Upload date:
- Size: 35.8 kB
- Tags: CPython 2.7, Windows x86-64
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c07926ce187cb7fcac364cea93ea454ea9d9857895666e57295a044ea2b3f43
|
|
| MD5 |
299c1f29ef4e5652010f9d2d26cec027
|
|
| BLAKE2b-256 |
dd72dc2c5bc0a5887dbd79c96475b7e1a44757fae79a9e02fdb8e95d05cecc9b
|
File details
Details for the file fastcluster-1.1.18-cp27-none-win32.whl.
File metadata
- Download URL: fastcluster-1.1.18-cp27-none-win32.whl
- Upload date:
- Size: 32.1 kB
- Tags: CPython 2.7, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef6ce281ccb50f9c612ffe70f1d197b67bb4eb88d793c81c80fe56838ef588bd
|
|
| MD5 |
ef8d84a2dbade923242bcf9616b5822b
|
|
| BLAKE2b-256 |
719e188cda08d348fdb084107ecd69d5ed4b377679b8ad23ac125dfb8a3cd1ad
|