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

calcJaccardR Documentation

Calculate the jaccard coefficient for two lists a and b

Description

Calculate the jaccard coefficient for two lists a and b

Usage

calcJaccard(a, b)

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

calcJaccard(c(1,2), c(2,3))

epos documentation built on May 29, 2024, 3:49 a.m.