Interface MkMaxEntry

  • All Superinterfaces:
    java.io.Externalizable, MTreeEntry, java.io.Serializable
    All Known Implementing Classes:
    MkMaxDirectoryEntry, MkMaxLeafEntry

    public interface MkMaxEntry
    extends MTreeEntry
    Defines the requirements for an entry in an MkMaxTreeNode . Additionally to an entry in an M-Tree an MkMaxEntry holds the k-nearest neighbor distance of the underlying data object or MkMax-Tree node.
    Since:
    0.1
    Author:
    Elke Achtert
    • Method Detail

      • getKnnDistance

        double getKnnDistance()
        Returns the knn distance of the entry.
        Returns:
        the knn distance of the entry
      • setKnnDistance

        void setKnnDistance​(double knnDistance)
        Sets the knn distance of the entry.
        Parameters:
        knnDistance - the knn distance to be set