1.

Which technique is used for finding similarity between two sets?(a) MinHash(b) Stack(c) Priority Queue(d) PAT TreeMy doubt stems from Hash Tables in section Hash Tables of Data Structures & Algorithms IThe question was posed to me in an international level competition.

Answer»

Right option is (a) MinHash

The best explanation: 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 the similarity between two sets.



Discussion

No Comment Found

Related InterviewSolutions