软件包:golang-github-vividcortex-gohistogram-dev(1.0.0-2)
golang-github-vividcortex-gohistogram-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-vividcortex-gohistogram:
- [golang-github-vividcortex-gohistogram_1.0.0-2.dsc]
- [golang-github-vividcortex-gohistogram_1.0.0.orig.tar.gz]
- [golang-github-vividcortex-gohistogram_1.0.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Streaming approximate histograms in Go (library)
This package provides Streaming Approximate Histograms for efficient quantile approximations.
The histograms in this package are based on the algorithms found in Ben-Haim & Yom-Tov's "A Streaming Parallel Decision Tree Algorithm". Histogram bins do not have a preset size. As values stream into the histogram, bins are dynamically added and merged.