软件包:python3-fastcluster(1.1.25-3 以及其他的)
python3-fastcluster 的相关链接
Debian 的资源:
下载源码包 r-cran-fastcluster:
- [r-cran-fastcluster_1.1.25-3.dsc]
- [r-cran-fastcluster_1.1.25.orig.tar.gz]
- [r-cran-fastcluster_1.1.25-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cran.r-project.org]
相似软件包:
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.
其他与 python3-fastcluster 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-numpy (>= 1:1.16.0~rc1)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虚包由这些包填实: python3-numpy
-
- rec: python3-scipy
- scientific tools for Python 3