Pakket: python3-fastcluster (1.2.6-1 en anderen)
Verwijzigingen voor python3-fastcluster
Debian bronnen:
Het bronpakket r-cran-fastcluster downloaden:
- [r-cran-fastcluster_1.2.6-1.dsc]
- [r-cran-fastcluster_1.2.6.orig.tar.gz]
- [r-cran-fastcluster_1.2.6-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [cran.r-project.org]
Vergelijkbare pakketten:
Fast hierarchical clustering routines for Python 3
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.
This package provides the package's Python 3 interface.
Andere aan python3-fastcluster gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support bibliotheek
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)
-
- dep: python3-numpy (>= 1:1.25.0)
- Fast array facility to the Python language (Python 3)
-
- dep: python3-numpy-abi9
- virtueel pakket geboden door python3-numpy
-
- rec: python3-scipy
- scientific tools for Python 3