套件: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.