
D - the type of Distance used in the M-Treepublic class GenericMTreeDistanceSearchCandidate<D extends Distance<D>> extends GenericDistanceSearchCandidate<D>
| Modifier and Type | Field and Description |
|---|---|
D |
routingDistance
The distance from the query to the routing object.
|
DBID |
routingObjectID
The id of the routing object.
|
mindist, nodeID| Constructor and Description |
|---|
GenericMTreeDistanceSearchCandidate(D mindist,
Integer nodeID,
DBID routingObjectID,
D routingDistance)
Creates a new heap node with the specified parameters.
|
public DBID routingObjectID
public GenericMTreeDistanceSearchCandidate(D mindist, Integer nodeID, DBID routingObjectID, D 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 query to routing object