public interface ByteFVComparator extends FVComparator<ByteFV>
| Modifier and Type | Method and Description |
|---|---|
double |
compare(byte[] h1,
byte[] h2)
Compare two feature vectors in the form of native arrays,
returning a score or distance.
|
compare, isDistancedouble compare(byte[] h1, byte[] h2)
h1 - the first feature arrayh2 - the second feature array