Aggregate Farthest-Neighbor Queries Over Spatial Data

Yuan Gao,Lidan Shou,Ke Chen,Gang Chen
DOI: https://doi.org/10.1007/978-3-642-20152-3_12
2011-01-01
Abstract:In this paper, we study a new type of spatial query. namely aggregate k farthest neighbor (AkFN) search. Given a data point set P. a query point set Q. an AkFN query returns k points in P with the largest aggregate distances to all points in Q. For instance, it is reasonable to build a new hotel where the aggregate distances to all existing hotels are maximized to reduce competition. Our investigation of AkFN queries focuses on three aggregate functions, namely Sum. MAX and MIN. Assuming that the data set is indexed by R-tree, we propose two algorithms, namely minimum bounding (MB) and best first (BF), for efficiently solving AkFN queries with all three aggregate functions. The BF algorithm is incremental and 10 optimal. Extensive experiments on both synthetic and real data sets confirm the efficiency and effectiveness of our proposed algorithms.
What problem does this paper attempt to address?