パッケージ: 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.