Which technique was firstly used clustering documents using the similarity of two words or strings?
Which technique was firstly used clustering documents using the similarity of two words or strings? Correct Answer MinHash
In computer science as well as data mining, to find the similarity between two given sets, a technique called MinHash or min-wise independent permutation scheme is used. It helps in the quick estimation of similarity between two sets. It is used in clustering documents using the similarity of two words or strings.