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