InterviewSolution
Saved Bookmarks
| 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½) |
|