public class NormalizedDotProductMetric extends Object implements CachedMetric
| Constructor and Description |
|---|
NormalizedDotProductMetric() |
| Modifier and Type | Method and Description |
|---|---|
double |
distance(SparseVector a,
int hashCodeA,
SparseVector b,
int hashCodeB) |
double |
distance(SparseVector a,
SparseVector b) |
public double distance(SparseVector a, SparseVector b)
public double distance(SparseVector a, int hashCodeA, SparseVector b, int hashCodeB)
distance in interface CachedMetricCopyright © 2019 JULIE Lab, Germany. All rights reserved.