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