calcCosine: Calculate the cosine similarity metric for two lists a and b

Description Usage Arguments Value Examples

Description

Calculate the cosine similarity metric for two lists a and b

Usage

1
calcCosine(a, b)

Arguments

a

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

b

list with elements

Value

co list with length of set b containing the cosine similarity coefficient at each position

Examples

1
calcCosine(c(1,2), c(2,3))

epos documentation built on Feb. 20, 2021, 9:09 a.m.