
class MkTabDirectoryEntry extends MTreeDirectoryEntry implements MkTabEntry
| Modifier and Type | Field and Description |
|---|---|
private double[] |
knnDistances
The aggregated knn distances of the underlying node.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MkTabDirectoryEntry()
Empty constructor for serialization purposes.
|
MkTabDirectoryEntry(DBID objectID,
double parentDistance,
Integer nodeID,
double coveringRadius,
double[] knnDistances)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
double |
getKnnDistance(int k)
Returns the knn distance of the entry for the specified parameter k.
|
double[] |
getKnnDistances()
Returns the list of knn distances of the entry.
|
void |
readExternal(ObjectInput in)
Calls the super method and reads the parameter k_max and knn distance of
this entry from the specified input stream.
|
void |
setKnnDistances(double[] knnDistances)
Sets the knn distances of the entry.
|
void |
writeExternal(ObjectOutput out)
Calls the super method and writes the parameter k_max and the knn distances
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[] knnDistances
public MkTabDirectoryEntry()
public MkTabDirectoryEntry(DBID objectID, double parentDistance, Integer nodeID, double coveringRadius, double[] knnDistances)
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 entryknnDistances - the aggregated knn distances of the underlying nodepublic double[] getKnnDistances()
MkTabEntrygetKnnDistances in interface MkTabEntrypublic void setKnnDistances(double[] knnDistances)
MkTabEntrysetKnnDistances in interface MkTabEntryknnDistances - the knn distances to be setpublic double getKnnDistance(int k)
MkTabEntrygetKnnDistance in interface MkTabEntryk - the parameter k of the knn distancepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class MTreeDirectoryEntryout - the stream to write the object toIOException - Includes any I/O exceptions that may occurpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class MTreeDirectoryEntryin - the stream to read data from in order to restore the objectIOException - if I/O errors occurClassNotFoundException - If the class for an object being restored
cannot be found.public 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.