MatchingDissimilarity
returns the Matching dissimilarity between the two boolean 1-D lists
u
andv
, which is defined as(c_tf + c_ft) / n
, wheren
islen(u)
andc_ij
is the number of occurrences ofu(k)=i
andv(k)=j
fork<n
.
Examples
Implementation status
- ✅ - full supported