Conversation
According to the description in this file, signature size equals to R * b instead of R * n
| int signature_size = computeSignatureSize(s, b); | ||
| this.mh = new MinHash(signature_size, n, seed); | ||
| } | ||
|
|
There was a problem hiding this comment.
The parameter should be changed to b as well.
|
Hi,
|
|
Hi, I checked again based on your comment. It looks like my correction is wrong. Inside the By the way, the parameter |
|
I also had a question about the parameter @tdebatty, could you comment on this please? Thank you, in advance. |
According to the description in this file, signature size equals to R * b instead of R * s