Locality Sensitive Hashing is a technique designed to map similar data items into the same hash buckets with high probability, while mapping dissimilar items into different buckets. The locality-sensitive property requires that the probability of a collision—two items resulting in the same hash value—is significantly higher for items that are close to each other than for....
Log in to view the answer