| 1 | """ |
| 2 | The Jaccard similarity coefficient is a commonly used indicator of the |
| 3 | similarity between two sets. Let U be a set and A and B be subsets of U, |
| 4 | then the Jaccard index/similarity is defined to be the ratio of the number |
nothing calls this directly
no test coverage detected