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