パッケージ: python-fastcluster (1.1.25-2)
python-fastcluster に関するリンク
Debian の資源:
r-cran-fastcluster ソースパッケージをダウンロード:
- [r-cran-fastcluster_1.1.25-2.dsc]
- [r-cran-fastcluster_1.1.25.orig.tar.gz]
- [r-cran-fastcluster_1.1.25-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [cran.r-project.org]
類似のパッケージ:
Fast hierarchical clustering routines for Python
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 interface.
その他の python-fastcluster 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.4) [arm64 以外]
-
- dep: libgcc1 (>= 1:3.0) [armhf 以外]
- GCC 共有ライブラリ
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libstdc++6 (>= 5.2)
- GNU 標準 C++ ライブラリ v3
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-numpy (>= 1:1.14.3)
- Numerical Python - Python 言語に高速な配列操作機能を追加
-
- dep: python-numpy-abi9
- 以下のパッケージによって提供される仮想パッケージです: python-numpy
-
- rec: python-scipy
- scientific tools for Python