-- Nov 13 In-Class Exercise Thread
As per the graph,
For n=16,
Target result size, m = 20, k is around 7
For n=32,
Target result size, m = 20, k is around 5
So, when we have machines(n) = 24
Therefore, the number of documents each machine compute their best result =k = (7+5)/2 = 6 approx.
As per the graph,
For n=16,
Target result size, m = 20, k is around 7
For n=32,
Target result size, m = 20, k is around 5
So, when we have machines(n) = 24
Therefore, the number of documents each machine compute their best result =k = (7+5)/2 = 6 approx.