软件包:libghc-hierarchical-clustering-dev(0.4.7-4)
libghc-hierarchical-clustering-dev 的相关链接
Debian 的资源:
下载源码包 haskell-hierarchical-clustering:
- [haskell-hierarchical-clustering_0.4.7-4.dsc]
- [haskell-hierarchical-clustering_0.4.7.orig.tar.gz]
- [haskell-hierarchical-clustering_0.4.7-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [hackage.haskell.org]
相似软件包:
fast algorithms for single, average/UPGMA and complete linkage clustering
This package provides a function to create a dendrogram from a list of items and a distance function between them. Initially a singleton cluster is created for each item, and then new, bigger clusters are created by merging the two clusters with least distance between them. The distance between two clusters is calculated according to the linkage type. The dendrogram represents not only the clusters but also the order on which they were created.
This package has many implementations with different performance characteristics. There are SLINK and CLINK algorithm implementations that are optimal in both space and time. There are also naive implementations using a distance matrix. Using the dendrogram function from Data.Clustering.Hierarchical automatically chooses the best implementation we have.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-hierarchical-clustering-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-array-dev-0.5.6.0-3963a
- 本虚包由这些包填实: ghc
-
- dep: libghc-base-dev-4.18.2.1-3be9b
- 本虚包由这些包填实: ghc
-
- dep: libghc-containers-dev-0.6.7-138bd
- 本虚包由这些包填实: ghc
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库