InterviewSolution
Saved Bookmarks
| 1. |
Which indicator is used for similarity between two sets?(a) Rope Tree(b) Jaccard Coefficient(c) Tango Tree(d) MinHash CoefficientOrigin of the question is Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was posed to me in an interview for job. |
|
Answer» RIGHT choice is (b) Jaccard Coefficient For 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. Jaccard Coefficient is used for similarity between two sets. |
|