Redirigiendo al acceso original de articulo en 22 segundos...
ARTÍCULO
TITULO

Cluster Nested Loop k-Farthest Neighbor Join Algorithm for Spatial Networks

Hyung-Ju Cho    

Resumen

This paper considers k-farthest neighbor (kFN) join queries in spatial networks where the distance between two points is the length of the shortest path connecting them. Given a positive integer k, a set of query points Q, and a set of data points P, the kFN join query retrieves the k data points farthest from each query point in Q. There are many real-life applications using kFN join queries, including artificial intelligence, computational geometry, information retrieval, and pattern recognition. However, the solutions based on the Euclidean distance or nearest neighbor search are not suitable for our purpose due to the difference in the problem definition. Therefore, this paper proposes a cluster nested loop join (CNLJ) algorithm, which clusters query points (data points) into query clusters (data clusters) and reduces the number of kFN queries required to perform the kFN join. An empirical study was performed using real-life roadmaps to confirm the superiority and scalability of the CNLJ algorithm compared to the conventional solutions in various conditions.

 Artículos similares

       
 
Xi Kuai, Renzhong Guo, Zhijun Zhang, Biao He, Zhigang Zhao and Han Guo    
Georeferencing by place names (known as toponyms) is the most common way of associating textual information with geographic locations. While computers use numeric coordinates (such as longitude-latitude pairs) to represent places, people generally refer ... ver más

 
Lili Fan, Hongwei Zhao, Haoyu Zhao, Pingping Liu and Huangshui Hu    
Image retrieval applying deep convolutional features has achieved the most advanced performance in most standard benchmark tests. In image retrieval, deep metric learning (DML) plays a key role and aims to capture semantic similarity information carried ... ver más

 
Andrew Marx, Yu-Hsi Chou, Kevin Mercy and Richard Windisch    
The availability and precision of unmanned aerial systems (UAS) permit the repeated collection of very-high quality three-dimensional (3D) data to monitor high-interest areas, such as dams, urban areas, or erosion-prone coastlines. However, challenges ex... ver más
Revista: Drones

 
Tianyang Dong, Lulu Yuan, Yuehui Shang, Yang Ye and Ling Zhang    
Continuous K-nearest neighbor (CKNN) queries on moving objects retrieve the K-nearest neighbors of all points along a query trajectory. They mainly deal with the moving objects that are nearest to the moving user within a specified period of time. The ex... ver más