Package elki.index

Interface IndexFactory<V>

    • Method Detail

      • instantiate

        Index instantiate​(Relation<V> relation)
        Sets the database in the distance function of this index (if existing).
        Parameters:
        relation - the relation to index
      • getInputTypeRestriction

        TypeInformation getInputTypeRestriction()
        Get the input type restriction used for negotiating the data query.
        Returns:
        Type restriction