OEGetBitCounts¶
OEGetBitCounts(OEFingerPrint fpA, OEFingerPrint fpB) -> (onlyA, onlyB, bothAB, neitherAB)
- fpA, pfB
The two OEFingerPrint objects being compared.
- onlyA
The number of bits set “on” in fingerprint fpA but not in fpB.
- onlyB
The number of bits set “on” in fingerprint fpB but not in fpA.
- bothAB
The number of bits set “on” in both OEFingerPrint objects.
- neitherAB
The number of bits unset in both OEFingerPrint objects.
See also
User-defined Similarity Measures section