|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Count-Min Sketch for frequency estimation in streams. More...
#include <cmath>#include <algorithm>#include <concepts>#include <cstdint>#include <limits>#include <ah-errors.H>#include <tpl_array.H>#include <hash-fct.H>Go to the source code of this file.
Classes | |
| class | Aleph::Count_Min_Sketch< T, CounterT > |
| Count-Min Sketch frequency estimator. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Count-Min Sketch for frequency estimation in streams.
Provides the Count_Min_Sketch class for approximate counting of events in a stream with constant memory and sub-linear error bounds.
Definition in file count-min-sketch.H.