Aggregate-Max Nearest Neighbor Searching in the Plane
Abstract
We study the aggregate/group nearest neighbor searching for the MAX operator in the plane. For a set of points and a query set of points, the query asks for a point of whose maximum distance to the points in is minimized. We present data structures for answering such queries for both and distance measures. Previously, only heuristic and approximation algorithms were given for both versions. For the version, we build a data structure of O(n) size in time, such that each query can be answered in time. For the version, we build a data structure in time and space, such that each query can be answered in time, and alternatively, we build a data structure in time and space for any , such that each query can be answered in time. Further, we extend our result for the version to the top- queries where each query asks for the points of whose maximum distances to are the smallest for any with : We build a data structure of O(n) size in time, such that each top- query can be answered in time.
Cite
@article{arxiv.1309.1807,
title = {Aggregate-Max Nearest Neighbor Searching in the Plane},
author = {Haitao Wang},
journal= {arXiv preprint arXiv:1309.1807},
year = {2013}
}
Comments
17 pages, 14 figures; preliminary results appeared in CCCG 2013, and in this new version we extend the top-1 queries to top-k queries for the L_1 case