You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a set of functions to perform much more rapid calculation of the binary/Jaccard distance of a matrix.
It makes use of raw vectors with the binary data packed efficiently 8 bits to a byte, and C++ code which makes use
of 64 bit operators.