You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There isn't currently an implementation of collision_probability or single_hash_collision_probability for either MIPSHash or SignALSH. These should be added to the LSH module and tested in test/hashes/test_mips_hash.jl and test/hashes/test_sign_alsh.jl.
There isn't currently an implementation of
collision_probability
orsingle_hash_collision_probability
for eitherMIPSHash
orSignALSH
. These should be added to theLSH
module and tested intest/hashes/test_mips_hash.jl
andtest/hashes/test_sign_alsh.jl
.References for collision probabilities:
MIPSHash
: https://arxiv.org/abs/1405.5869SignALSH
: https://arxiv.org/abs/1410.5410v2The text was updated successfully, but these errors were encountered: