jaccard: Jaccard Similarity

Description Usage Arguments Value

View source: R/utils-cluster-similarity.R

Description

Jaccard Similarity

Usage

1
jaccard(x, y, jac.cut = 0.5, test = TRUE)

Arguments

x

character vector

y

character vector

jac.cut

jaccard value cut off.

test

a boolean indicating whether to test jaccard value against cutoff jac.cut.

Value

If no cutoff tested, returns jaccard similarity. If cutoff applied, returns TRUE if jaccard similarity is below or equal to cutoff and FALSE otherwise.


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.