1.

Which of the following is defined as the ratio of total elements of intersection and union of two sets?(a) Rope Tree(b) Jaccard Coefficient Index(c) Tango Tree(d) MinHash CoefficientMy question comes from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms IThis question was addressed to me in a job interview.

Answer»

Right option is (b) Jaccard Coefficient Index

For EXPLANATION: MinHash helps in the quick estimation of similarity between two sets. Jaccard Coefficient is used for similarity between two sets. Jaccard Coefficient Index is defined as the RATIO of TOTAL elements of INTERSECTION and UNION of two sets.



Discussion

No Comment Found

Related InterviewSolutions