Interface SpatialDistanceQuery<V extends SpatialComparable>

    • Method Detail

      • minDist

        double minDist​(SpatialComparable mbr,
                       V v)
        Computes the minimum distance between the given MBR and the FeatureVector object according to this distance function.
        Parameters:
        mbr - the MBR object
        v - the FeatureVector object
        Returns:
        the minimum distance between the given MBR and the FeatureVector object according to this distance function
      • minDist

        double minDist​(SpatialComparable mbr,
                       DBIDRef id)
        Computes the minimum distance between the given MBR and the FeatureVector object according to this distance function.
        Parameters:
        mbr - the MBR object
        id - the query object id
        Returns:
        the minimum distance between the given MBR and the FeatureVector object according to this distance function