Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two Errors in Infographic for jaccard function #1101

Open
keksundso opened this issue Aug 9, 2024 · 0 comments
Open

Two Errors in Infographic for jaccard function #1101

keksundso opened this issue Aug 9, 2024 · 0 comments

Comments

@keksundso
Copy link

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)

  1. 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)
  2. Intersection is written as Intersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant