public interface DistanceFunction extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
distance(List<Double> l1,
List<Double> l2)
Measures the distance between the two vectors.
|
String |
toString() |
Copyright © 2018. All rights reserved.