1.

How many hashes will be needed for calculating Jaccard index with an expected error less than or equal to 0.05?(a) 100(b) 200(c) 300(d) 400My doubt stems from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms IThe question was posed to me by my college professor while I was bunking the class.

Answer»

The correct ANSWER is (d) 400

Easy EXPLANATION - The expected error for estimating the Jaccard index using MinHash scheme for k different hash functions is O (1/k½). 400 hashes will be needed for calculating Jaccard index with an expected error less than or equal to 0.05.



Discussion

No Comment Found

Related InterviewSolutions