powered by
Calculate the jaccard coefficient for two lists a and b
calcJaccard(a, b)
ja list with length of set b containing the jaccard similarity coefficient for each list element
list with elements that should be of same type as in list b
list with elements
calcJaccard(c(1,2), c(2,3))
Run the code above in your browser using DataLab