class MkMaxLeafEntry extends MTreeLeafEntry implements MkMaxEntry
MkMaxTree
. Additionally to
an MTreeLeafEntry an MkMaxLeafEntry holds the k-nearest neighbor distance of
the underlying data object.Modifier and Type | Field and Description |
---|---|
private double |
knnDistance
The k-nearest neighbor distance of the underlying data object.
|
private static long |
serialVersionUID
Serial version number
|
Constructor and Description |
---|
MkMaxLeafEntry()
Empty constructor for serialization purposes.
|
MkMaxLeafEntry(DBID objectID,
double parentDistance,
double knnDistance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getKnnDistance()
Returns the knn distance of the entry.
|
void |
readExternal(java.io.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(java.io.ObjectOutput out)
Calls the super method and writes the knn distance of this entry to the
specified stream.
|
equals, getCoveringRadius, getDBID, getParentDistance, getRoutingObjectID, hashCode, setCoveringRadius, setParentDistance, setRoutingObjectID
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCoveringRadius, getParentDistance, getRoutingObjectID, setCoveringRadius, setParentDistance, setRoutingObjectID
private static final long serialVersionUID
private double knnDistance
public MkMaxLeafEntry()
public MkMaxLeafEntry(DBID objectID, double parentDistance, double knnDistance)
objectID
- the id of the underlying data objectparentDistance
- the distance from the underlying data object to its
parent's routing objectknnDistance
- the knn distance of the underlying data objectpublic double getKnnDistance()
MkMaxEntry
getKnnDistance
in interface MkMaxEntry
public void setKnnDistance(double knnDistance)
MkMaxEntry
setKnnDistance
in interface MkMaxEntry
knnDistance
- the knn distance to be setpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in class MTreeLeafEntry
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in class MTreeLeafEntry
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2019 ELKI Development Team. License information.