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 anMkMaxTreeNode
. 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getKnnDistance()
Returns the knn distance of the entry.void
setKnnDistance(double knnDistance)
Sets the knn distance of the entry.-
Methods inherited from interface elki.index.tree.metrical.mtreevariants.MTreeEntry
getCoveringRadius, getParentDistance, getRoutingObjectID, setCoveringRadius, setParentDistance, setRoutingObjectID
-
-