A k-NN query finds the k nearest-neighbors of a given point from a point database. When it is sufficient to measure object distance using the Euclidian distance, the key to efficient k-NN query processing is to fetch and check the distances of a minimum number of points from the database. For many applications, such as vehicle movement along road networks or rover and animal movement along terrain surfaces, the distance is only meaningful when it is along a valid movement path. For this type of k-NN queries, the focus of efficient query processing is to minimize the cost of computing distances using the environment data (such as the road network data and the terrain data), which can be several orders of magnitude larger than that of the poi...
Abstract. K-nearest-neighbor (k-NN) queries have been widely studied in time-independent and time-de...
Nearest neighbor algorithms play many roles in our daily lives. From facial recognition to networkin...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...
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 ...
With the increasing availability of terrain data, e.g., from aerial laser scans, the management of s...
With the increasing availability of terrain data, e.g., from aerial laser scans, the management of s...
The class of k Nearest Neighbor (kNN) queries is frequently used in geospatial applications. Many st...
Nearest neighbor (NN) search constitutes one of the most important forms of spatial / spatio-tempora...
The road network now opens a new application area for the classic k-NN queries, which retrieve k obj...
Over the last decade, due to the rapid developments in information technology (IT), a new breed of i...
A spatial database is a database that stores data and makes queries which are related to objects in ...
In recent years, there is an increasing need to monitor k nearest neighbor (k-NN) in a road network....
2 Scalable Network Distance Browsing in Spatial Databases As online map services have become popular...
The performance optimization of query processing in spatial networks focuses on minimizing network d...
Abstract. K-nearest-neighbor (k-NN) queries have been widely studied in time-independent and time-de...
Nearest neighbor algorithms play many roles in our daily lives. From facial recognition to networkin...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...
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 ...
With the increasing availability of terrain data, e.g., from aerial laser scans, the management of s...
With the increasing availability of terrain data, e.g., from aerial laser scans, the management of s...
The class of k Nearest Neighbor (kNN) queries is frequently used in geospatial applications. Many st...
Nearest neighbor (NN) search constitutes one of the most important forms of spatial / spatio-tempora...
The road network now opens a new application area for the classic k-NN queries, which retrieve k obj...
Over the last decade, due to the rapid developments in information technology (IT), a new breed of i...
A spatial database is a database that stores data and makes queries which are related to objects in ...
In recent years, there is an increasing need to monitor k nearest neighbor (k-NN) in a road network....
2 Scalable Network Distance Browsing in Spatial Databases As online map services have become popular...
The performance optimization of query processing in spatial networks focuses on minimizing network d...
Abstract. K-nearest-neighbor (k-NN) queries have been widely studied in time-independent and time-de...
Nearest neighbor algorithms play many roles in our daily lives. From facial recognition to networkin...
Our aim is to develop dynamic data structures that support k-nearest neighbors (k-NN) queries for a ...