1.

What is the value of the Jaccard index when the two sets are disjoint?(a) 1(b) 2(c) 3(d) 0This is a very interesting question from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms II had been asked this question in semester exam.

Answer»

Correct answer is (d) 0

For explanation: MinHash HELPS in the quick estimation of similarity between two sets. Jaccard Coefficient is used for the similarity between two sets. 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.



Discussion

No Comment Found

Related InterviewSolutions