RussellRaoDissimilarity
RussellRaoDissimilarity(u, v)returns the Russell-Rao dissimilarity between the two boolean 1-D lists
uandv, which is defined as(n - c_tt) / c_ttwherenislen(u)andc_ijis the number of occurrences ofu(k)=iandv(k)=jfork<n.
Examples
>> RussellRaoDissimilarity({1, 0, 1, 1, 0, 1, 1}, {0, 1, 1, 0, 0, 0, 1})5/7Implementation status
- ✅ - full supported