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