calcJaccard | R Documentation |
Calculate the jaccard coefficient for two lists a and b
calcJaccard(a, b)
a |
list with elements that should be of same type as in list b |
b |
list with elements |
ja list with length of set b containing the jaccard similarity coefficient for each list element
calcJaccard(c(1,2), c(2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.