[ Bron: golang-github-vividcortex-gohistogram ]
Pakket: golang-github-vividcortex-gohistogram-dev (1.0.0-2)
Verwijzigingen voor golang-github-vividcortex-gohistogram-dev
Debian bronnen:
Het bronpakket golang-github-vividcortex-gohistogram downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.