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