Learn R Programming

epos (version 1.1)

calcDice: Calculate the dice similarity metric for two lists a and b

Description

Calculate the dice similarity metric for two lists a and b

Usage

calcDice(a, b)

Value

di list with length of set b containing the dice similarity coefficient at each list element

Arguments

a

list with elements that should be of same type as in list b

b

list with elements

Examples

Run this code
calcDice(c(1,2), c(2,3))

Run the code above in your browser using DataLab