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