count-min-sketch/ ├── include/cmsketch/ # Public header files │ ├── cmsketch.h # Main header (include this) │ ├── count_min_sketch.h # Core Count-Min Sketch template class │ ├── hash_util.h # Hash ...
Implementation of the Count-Min-Sketch datastructure for cardinallity estimation on knowelege Graphs. Including experiments on how to reduce noise and make the estimation better.