
class MkAppDirectoryEntry extends MTreeDirectoryEntry implements MkAppEntry
| Modifier and Type | Field and Description |
|---|---|
private PolynomialApproximation |
approximation
The polynomial approximation.
|
private static long |
serialVersionUID
Serial version UID
|
| Constructor and Description |
|---|
MkAppDirectoryEntry()
Empty constructor for serialization purposes.
|
MkAppDirectoryEntry(DBID objectID,
double parentDistance,
Integer nodeID,
double coveringRadius,
PolynomialApproximation approximation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
approximatedValueAt(int k)
Returns the approximated value at the specified k.
|
PolynomialApproximation |
getKnnDistanceApproximation()
Returns the polynomial approximation.
|
void |
readExternal(ObjectInput in)
Calls the super method and reads the the polynomial approximation of the
knn distances of this entry from the specified input stream.
|
void |
setKnnDistanceApproximation(PolynomialApproximation approximation)
Sets the polynomial approximation.
|
void |
writeExternal(ObjectOutput out)
Calls the super method and writes the polynomial approximation of the knn
distances of this entry to the specified stream.
|
equals, 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 PolynomialApproximation approximation
public MkAppDirectoryEntry()
public MkAppDirectoryEntry(DBID objectID, double parentDistance, Integer nodeID, double coveringRadius, PolynomialApproximation approximation)
objectID - the id of the routing objectparentDistance - the distance from the object to its parentnodeID - the id of the underlying nodecoveringRadius - the covering radius of the entryapproximation - the polynomial approximation of the knn distancespublic double approximatedValueAt(int k)
approximatedValueAt in interface MkAppEntryk - the parameter k of the knn distancepublic PolynomialApproximation getKnnDistanceApproximation()
getKnnDistanceApproximation in interface MkAppEntrypublic void setKnnDistanceApproximation(PolynomialApproximation approximation)
setKnnDistanceApproximation in interface MkAppEntryapproximation - the polynomial approximation to be setpublic 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.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.