Package elki.distance

Interface DBIDRangeDistance

    • Method Detail

      • distance

        double distance​(int i1,
                        int i2)
        Compute the distance for two integer offsets.
        Parameters:
        i1 - First offset
        i2 - Second offset
        Returns:
        Distance
      • checkRange

        void checkRange​(DBIDRange range)
        Validate the range of DBIDs to use. This will log a warning if an obvious mismatch was found.
        Parameters:
        range - DBID range