calcJaccard: Calculate the jaccard coefficient for two lists a and b

Description Usage Arguments Value Examples

Description

Calculate the jaccard coefficient for two lists a and b

Usage

1

Arguments

a

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

b

list with elements

Value

ja list with length of set b containing the jaccard similarity coefficient for each list element

Examples

1
2
3
4
## Not run: 
calcJaccard(c(1,2,3), c(2,3,4))

## End(Not run)

ZBMEDLABS/epilepsyontologysimilarities documentation built on Aug. 23, 2019, 1:18 p.m.