Package elki.distance

Interface NumberVectorDistance<O>

    • Method Detail

      • distance

        double distance​(NumberVector o1,
                        NumberVector o2)
        Computes the distance between two given vectors according to this distance function.
        Parameters:
        o1 - first vector
        o2 - second vector
        Returns:
        the distance between two given vectors according to this distance function