1.

What is the expected error for estimating the Jaccard index using MinHash scheme for k different hash functions?(a) O (log k!)(b) O (k!)(c) O (k^2)(d) O (1/k½)My query is from Hash Tables topic in portion Hash Tables of Data Structures & Algorithms II got this question by my school teacher while I was bunking the class.

Answer»

Right option is (d) O (1/k½)

Best explanation: Jaccard Coefficient Index is defined as the ratio of total elements of intersection and UNION of two sets. For two DISJOINT sets, the value of the Jaccard index is zero. The EXPECTED error for ESTIMATING the Jaccard index using MinHash scheme for k DIFFERENT hash functions is O (1/k½).



Discussion

No Comment Found

Related InterviewSolutions