MinHash is a probabilistic hashing technique for quickly estimating how similar two sets are.
MinHash (or the min-wise independent permutations locality sensitive hashing scheme) is a technique for quickly estimating how similar two sets are.
The idea of the MinHash scheme is to reduce the variance by averaging together several variables constructed in the same way.