1.

Which technique was firstly used clustering documents using the similarity of two words or strings?(a) MinHash(b) Stack(c) Priority Queue(d) PAT TreeMy enquiry is from Hash Tables in portion Hash Tables of Data Structures & Algorithms IThe question was asked in quiz.

Answer»

Right choice is (a) MinHash

Easiest 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 similarity between two sets. It is used in CLUSTERING documents using the similarity of two words or strings.



Discussion

No Comment Found

Related InterviewSolutions