Govur University Logo
--> --> --> -->
...

When using Locality Sensitive Hashing (LSH) for deduplication, what is the specific consequence of choosing a hash family that fails to satisfy the locality-sensitive property?



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



Redundant Elements