Description Usage Arguments Value Author(s) Examples
Jaccard similarity between logical or 0-1 vectors:
sum(c1 & c2)/sum(c1 | c2)
.
1 | clujaccard(c1,c2,zerobyzero=NA)
|
c1 |
logical or 0-1-vector. |
c2 |
logical or 0-1-vector (same length). |
zerobyzero |
result if |
Numeric between 0 and 1.
Christian Hennig [email protected] http://www.homepages.ucl.ac.uk/~ucakche/
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.