Interface IDistanceMetric<D,​A,​B>

  • Type Parameters:
    D - The type of the distance
    A - The type of the starting point
    B - The type of the ending point
    All Known Implementing Classes:
    L1DistanceMetric

    public interface IDistanceMetric<D,​A,​B>
    • Method Detail

      • computeDistance

        D computeDistance​(A start,
                          B end)