Learn R Programming

epos (version 1.1)

cosine: Calculate cosine similarity metric

Description

Calculate cosine similarity metric

Usage

cosine(ainterb, lengtha, lengthb)

Value

cosine double vlaue with the cosine similarity coefficient

Arguments

ainterb

integer value with number of intersecting elements between set a and b

lengtha

integer value with the number of items in set a

lengthb

integer value with the number of items in set b

Examples

Run this code
cosine(1,3,4)

Run the code above in your browser using DataLab