min-wise independent permutations locality sensitive hashing (Jaccard) More...
#include <lsh_functions.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
serialize | |
template<typename RandomEngine > | |
min_hash_function (std::size_t set_element_upper_bound, RandomEngine &&rng) | |
constructor | |
min_hash_function ()=default | |
default constructor | |
bool | operator== (min_hash_function const &other) const |
operator== | |
template<typename Range > | |
auto | operator() (Range &&range) const |
operator() More... | |
min-wise independent permutations locality sensitive hashing (Jaccard)
Definition at line 268 of file lsh_functions.hpp.
|
inline |
operator()
Range |
range | forward range modeling boost uBLAS sparse VectorExpression concept, set is represented as set of indexes of range elements |
Definition at line 306 of file lsh_functions.hpp.