Interface DistanceFunctions.EuclideanCoordinate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int dimensions()
      The number of dimensions.
      double get​(int index)
      A method to access the index-th component of the coordinate.
    • Method Detail

      • dimensions

        int dimensions()
        The number of dimensions.
      • get

        double get​(int index)
        A method to access the index-th component of the coordinate.
        Parameters:
        index - The index of the component. Must be less than dimensions().