[prev] [index] [next]

Query with Trees

Given:   query vector vq,   index tree.

Method involves:

  • a search over the tree

  • a "nearest neighbour (NN) region"
    (related to maxD in the original search method).

Consider the following space and two query points q1 and q2.

[Diagram:pic/qspace]


[prev] [index] [next]