Description Usage Arguments Value Examples
Calculate the jaccard coefficient for two lists a and b
1  | 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
1 2 3 4  | ## Not run: 
calcJaccard(c(1,2,3), c(2,3,4))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.