
class MkMaxDirectoryEntry extends MTreeDirectoryEntry implements MkMaxEntry
MkMaxTree. Additionally
to an MTreeDirectoryEntry an MkMaxDirectoryEntry holds the knn distance of
the underlying MkMax-Tree node.| Modifier and Type | Field and Description |
|---|---|
private double |
knnDistance
The aggregated k-nearest neighbor distance of the underlying MkMax-Tree
node.
|
private static long |
serialVersionUID
Serial version UID
|
| Constructor and Description |
|---|
MkMaxDirectoryEntry()
Empty constructor for serialization purposes.
|
MkMaxDirectoryEntry(DBID objectID,
double parentDistance,
Integer nodeID,
double coveringRadius,
double knnDistance)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
double |
getKnnDistance()
Returns the knn distance of the entry.
|
void |
readExternal(ObjectInput in)
Calls the super method and reads the knn distance of this entry from the
specified input stream.
|
void |
setKnnDistance(double knnDistance)
Sets the knn distance of the entry.
|
void |
writeExternal(ObjectOutput out)
Calls the super method and writes the knn distance of this entry to the
specified stream.
|
getCoveringRadius, getParentDistance, getRoutingObjectID, setCoveringRadius, setParentDistance, setRoutingObjectID, toStringgetEntryID, getPageID, hashCode, isLeafEntryclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCoveringRadius, getParentDistance, getRoutingObjectID, setCoveringRadius, setParentDistance, setRoutingObjectIDisLeafEntryprivate static final long serialVersionUID
private double knnDistance
public MkMaxDirectoryEntry()
public MkMaxDirectoryEntry(DBID objectID, double parentDistance, Integer nodeID, double coveringRadius, double knnDistance)
objectID - the id of the routing objectparentDistance - the distance from the routing object of this entry to
its parent's routing objectnodeID - the id of the underlying nodecoveringRadius - the covering radius of the entryknnDistance - the aggregated knn distance of the underlying MkMax-Tree
nodepublic double getKnnDistance()
MkMaxEntrygetKnnDistance in interface MkMaxEntrypublic void setKnnDistance(double knnDistance)
MkMaxEntrysetKnnDistance in interface MkMaxEntryknnDistance - the knn distance to be setpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class MTreeDirectoryEntryIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class MTreeDirectoryEntryClassNotFoundException - If the class for an object being restored
cannot be found.IOExceptionpublic boolean equals(Object o)
equals in class MTreeDirectoryEntryo - the object to be testedCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.