cosine_dist: Computes the cosine similarity between numeric vectors

Description Usage Arguments Value Examples

View source: R/jmotif.R

Description

Computes the cosine similarity between numeric vectors

Usage

1

Arguments

m

the data matrix

Value

Returns the cosine similarity

Examples

1
2
3
a <- c(2, 1, 0, 2, 0, 1, 1, 1)
b <- c(2, 1, 1, 1, 1, 0, 1, 1)
sim <- cosine_dist(rbind(a,b))

Example output

Loading required package: Rcpp

jmotif documentation built on March 26, 2020, 7:23 p.m.