The infographic defines the
Jaccard(A,B) = length(Intersion)/[ length(Union) - length(Intersection) ]
this differs to the standard defintion of the jaccard index with
Jaccard(A,B) = length(Intersection)/ length(Union)
The definition of Union is not consistent with how it is used in the text, by the tool itself (when it reports the results in the command line) and other sources, where it already represents: length(Total) - length(Intersection)
The infographic defines the
Jaccard(A,B) = length(Intersion)/[ length(Union) - length(Intersection) ]
this differs to the standard defintion of the jaccard index withJaccard(A,B) = length(Intersection)/ length(Union)
length(Total) - length(Intersection)