Aggregate farthest-neighbor queries over spatial data

  • Authors:
  • Yuan Gao;Lidan Shou;Ke Chen;Gang Chen

  • Affiliations:
  • College of Computer Science, Zhejiang University, China;College of Computer Science, Zhejiang University, China;College of Computer Science, Zhejiang University, China;College of Computer Science, Zhejiang University, China

  • Venue:
  • DASFAA'11 Proceedings of the 16th international conference on Database systems for advanced applications: Part II
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

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 IO optimal. Extensive experiments on both synthetic and real data sets confirm the efficiency and effectiveness of our proposed algorithms.