Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a set of n point sites in O(f(n) + k) time, where f(n) is some polylogarithmic function of n. The key component is a general query algorithm that allows us to find the k-NN spread over t substructures simultaneously, thus reducing a O(tk) term in the query time to O(k). Combining this technique with the logarithmic method allows us to turn any static k-NN data structure into a data structure supporting both efficient insertions and queries. For the fully dynamic case, this technique allows us to recover the deterministic, worst-case, O(log²n/log log n +k) query time for the Euclidean distance claimed before, while preserving the polylogarithmic...
A k-NN query finds the k nearest-neighbors of a given point from a point database. When it is suffic...
A spatial k-NN query returns k nearest points in a point dataset to a given query point. To measure ...
A spatial k-NN query returns k nearest points in a point dataset to a given query point. To measure ...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...
We present an insertion-only data structure that supports k-nearest neighbors queries for a set of n...
We present an insertion-only data structure that supports k-nearest neighbors queries for a set of n...
We describe a new data structure for dynamic nearest neighbor queries in the plane with respect to a...
We present an efficient dynamic data structure that supports geodesic nearest neighbor queries for a...
AbstractGiven an initial rectangular range or k nearest neighbor (k-nn) query (using the L∞ metric),...
Nearest neighbor (NN) search constitutes one of the most important forms of spatial / spatio-tempora...
Given an initial rectangular range or k nearest neighbor (k-nn) query (using the L1 metric) , we con...
We describe a dynamic data structure for approximate nearest neighbor (ANN) queries with respect to ...
Let $S$ be a set of $n$ points in $\IR^{D}$. It is shown that a range tree can be used to find an $L...
. Let S be a set of n points in IR D . It is shown that a range tree can be used to find an L1-neare...
A k-NN query finds the k nearest-neighbors of a given point from a point database. When it is suffic...
A spatial k-NN query returns k nearest points in a point dataset to a given query point. To measure ...
A spatial k-NN query returns k nearest points in a point dataset to a given query point. To measure ...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...
We present an insertion-only data structure that supports k-nearest neighbors queries for a set of n...
We present an insertion-only data structure that supports k-nearest neighbors queries for a set of n...
We describe a new data structure for dynamic nearest neighbor queries in the plane with respect to a...
We present an efficient dynamic data structure that supports geodesic nearest neighbor queries for a...
AbstractGiven an initial rectangular range or k nearest neighbor (k-nn) query (using the L∞ metric),...
Nearest neighbor (NN) search constitutes one of the most important forms of spatial / spatio-tempora...
Given an initial rectangular range or k nearest neighbor (k-nn) query (using the L1 metric) , we con...
We describe a dynamic data structure for approximate nearest neighbor (ANN) queries with respect to ...
Let $S$ be a set of $n$ points in $\IR^{D}$. It is shown that a range tree can be used to find an $L...
. Let S be a set of n points in IR D . It is shown that a range tree can be used to find an L1-neare...
A k-NN query finds the k nearest-neighbors of a given point from a point database. When it is suffic...
A spatial k-NN query returns k nearest points in a point dataset to a given query point. To measure ...
A spatial k-NN query returns k nearest points in a point dataset to a given query point. To measure ...