| overlap_coefficient | R Documentation |
Computes |A intersection B| / min(|A|, |B|). Useful when one set is much smaller than the other.
overlap_coefficient(size_a, size_b, intersection)
size_a |
Inclusive size of set A (integer >= 0). |
size_b |
Inclusive size of set B (integer >= 0). |
intersection |
Inclusive intersection size |A intersection B|. |
Numeric in [0, 1].
overlap_coefficient(10, 5, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.