|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::MinHash< T >, including all inherited members.
| clear() | Aleph::MinHash< T > | inline |
| get_signature() const noexcept | Aleph::MinHash< T > | inline |
| k_ | Aleph::MinHash< T > | private |
| merge(const MinHash &other) | Aleph::MinHash< T > | inline |
| MinHash(size_t k=128) | Aleph::MinHash< T > | inlineexplicit |
| seeds_ | Aleph::MinHash< T > | private |
| signature_ | Aleph::MinHash< T > | private |
| similarity(const MinHash &other) const | Aleph::MinHash< T > | inline |
| size() const noexcept | Aleph::MinHash< T > | inline |
| update(const T &val) | Aleph::MinHash< T > | inline |
| update(Itor beg, const Itor &end) | Aleph::MinHash< T > | inline |