×

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.

Uploaded Mon Mar 31 21:35:10 2025
md5 checksum 0b93840efed1ad2d0e1c0acf7a3f7ffc
arch x86_64
build py310h295c915_0
depends libgcc-ng >=7.5.0, libstdcxx-ng >=7.5.0, numpy >=1.21.2,<2.0a0, python >=3.10,<3.11.0a0
license BSD-2-Clause AND GPL-2.0-or-later
md5 0b93840efed1ad2d0e1c0acf7a3f7ffc
name fastcluster
platform linux
sha1 4ff8f67a77382d2dfd0121d213d94b7d91fde688
sha256 2bc77662c62377140c88e0397da4a8be58f1ab3c84196df956f492d435122189
size 145531
subdir linux-64
timestamp 1640790001278
version 1.1.26