MatchingDissimilarity
gives the matching dissimilarity between Boolean vectors u and v.
Details

- MatchingDissimilarity works for both True, False vectors and 0, 1 vectors.
- MatchingDissimilarity[u,v] is equivalent to (n10+n01)/Length[u], where nij is the number of corresponding pairs of elements in u and v respectively equal to i and j.
Introduced in 2007
(6.0)