View source: R/term_similarities.R
jaccard | R Documentation |
Compute Jaccard similarity between two sets.
jaccard(x, y)
x |
First set. |
y |
Second set. |
Jaccard similarity between set x and y.
Other pathway similarity methods:
overlap_coefficient()
jaccard(c(1, 2, 3), c(2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.