Suppose we have minhash signatures for two sets and we want to calculate the Jaccard similarity of the two sets. We have:
-> S1 S2
h1 0 1
h2 1 2
h3 2 0
h4 3 3
S1 and S2 have the same signatures in different orders. Is the Jaccard similarity 1/8 or 1(approximately)?