|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
MinHash for estimating Jaccard similarity between sets. More...
#include <algorithm>#include <iterator>#include <limits>#include <cstdint>#include <ah-errors.H>#include <tpl_array.H>#include <hash-fct.H>Go to the source code of this file.
Classes | |
| class | Aleph::MinHash< T > |
| MinHash signature generator. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
MinHash for estimating Jaccard similarity between sets.
Provides the MinHash class for computing compact signatures of sets that can be used to efficiently estimate their Jaccard similarity index.
Definition in file minhash.H.