Skip to content

philriris/jaccard.sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jaccard.sim

Weighted Jaccard index for categorical matrix data

The Jaccard index measures the similarity of discrete entries in a matrix by the intersection of a union. Formally:

J(A,B)=|A∩B||A∪B|=|A∩B||A|+|B|−|A∩B|

This script provides a weighted version of this coefficient.

About

Weighted Jaccard index for categorical matrix data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages