LocalitySensitiveHashing_BigData
Locality-sensitive hashing is an algorithmic technique that hashes similar input items into the same "buckets" with high probability. Since similar items end up in the same buckets, this technique can be used for data clustering and nearest neighbor search.