Package elki.result

Interface OrderingResult

    • Method Detail

      • getDBIDs

        DBIDs getDBIDs()
        Get the full set of DBIDs this ordering is defined for.
        Returns:
        DBIDs
      • order

        ArrayModifiableDBIDs order​(DBIDs ids)
        Sort the given ids according to this ordering and return an iterator.
        Parameters:
        ids - Collection of ids.
        Returns:
        iterator for sorted array of ids