Interface IDistanceMetric<D,A,B>
-
- Type Parameters:
D- The type of the distanceA- The type of the starting pointB- The type of the ending point
- All Known Implementing Classes:
L1DistanceMetric
public interface IDistanceMetric<D,A,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DcomputeDistance(A start, B end)
-