[ buster ]
[ 源代码: libmpikmeans ]
软件包:python-mpikmeans(1.5+dfsg-7)
python-mpikmeans 的相关链接
Debian 的资源:
下载源码包 libmpikmeans:
- [libmpikmeans_1.5+dfsg-7.dsc]
- [libmpikmeans_1.5+dfsg.orig.tar.gz]
- [libmpikmeans_1.5+dfsg-7.debian.tar.xz]
维护者:
外部的资源:
- 主页 [mloss.org]
相似软件包:
Python bindings for MPIKmeans
This library uses an algorithm that yields the very same solution as standard k-means, even after each iteration. However, it uses triangle inequalities, and is much faster.
Note: MPI here does not refer to the Message Passing Interface; rather, it is an acronym for Max Planck Institute, where this algorithm was developed.
This package contains the Python bindings. Both the old, ctypes-based and the new, Cython-based interfaces are provided.
其他与 python-mpikmeans 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.4) [除 arm64]
-
- dep: libgcc1 (>= 1:3.5) [armhf]
- GCC 支持库
-
- dep: libmpikmeans1 (= 1.5+dfsg-7)
- Fast Library for k-means Clustering
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-numpy
- Numerical Python adds a fast array facility to the Python language