public class DoubleMTreeDistanceSearchCandidate extends DoubleDistanceSearchCandidate
Modifier and Type | Field and Description |
---|---|
double |
routingDistance
The distance from the query object to the routing object
|
DBID |
routingObjectID
The id of the routing object.
|
mindist, nodeID
Constructor and Description |
---|
DoubleMTreeDistanceSearchCandidate(double mindist,
int nodeID,
DBID routingObjectID,
double routingDistance)
Creates a new heap node with the specified parameters.
|
public DBID routingObjectID
public double routingDistance
public DoubleMTreeDistanceSearchCandidate(double mindist, int nodeID, DBID routingObjectID, double routingDistance)
mindist
- the minimum distance of the nodenodeID
- the id of the noderoutingObjectID
- the id of the routing object of the noderoutingDistance
- the distance from the query object to the query
objectCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.