Closed gokhanercan closed 4 years ago
Since we already have the set union, calculating the intersection length is possible without looping like this: |A|+|B|-U(A,B). As already implemented in the Jaccard measure.
Since we already have the set union, calculating the intersection length is possible without looping like this: |A|+|B|-U(A,B). As already implemented in the Jaccard measure.