Class ArrayChebyshevDistance

    • Constructor Detail

      • ArrayChebyshevDistance

        public ArrayChebyshevDistance()
    • Method Detail

      • calcDistance

        protected double calcDistance​(double[] first,
                                      double[] second)
        Calculates the distance between the two arrays.
        Specified by:
        calcDistance in class AbstractArrayDistance
        Parameters:
        first - the first array
        second - the second array
        Returns:
        the distance