DocumentCode
2455785
Title
A new multi-object K-NN query algorithm based on the MBR of having been queried data objects
Author
Li, Guobin ; Tang, Jine
Author_Institution
Sch. of Comput. Sci. & Technol., Henan Polytech. Univ., Jiaozuo, China
fYear
2010
fDate
24-27 Aug. 2010
Firstpage
1882
Lastpage
1885
Abstract
K-nearest neighbor algorithm is an important class of search algorithm in space database, the traditional k-nearest neighbor query algorithm will search K-neighbor objects according to measure distance and pruning strategy, when continue to find the next neighbor, it often needs a lot of distance calculation in order to exclude unnecessary search area, the query algorithm is inefficient, in the case of a large amount of data, the time cost spent on frequent calculation is very large, the improved k-neighbor search algorithm in this paper is based on the first few neighbor objects already calculated to determine the next minimum bounding rectangle (MBR) to be queried, when the number of K-neighbor objects needed to be found is large, the next MBR to be queried is the one which contains the first neighbor object in each cluster direction, at the same time, the MINMAXDIST between this MBR and the queried object is the smallest, and the MBR contains the neighbor object not included in the queried neighbor object, so it will enhance the proportion of the achieved neighbor objects, and on this basis, it can optimize the multi-object K-NN query algorithm, the more the queried objects, the higher the implementation efficiency.
Keywords
pattern clustering; query processing; search problems; K-nearest neighbor algorithm; distance calculation; frequent calculation; minimum bounding triangle; multiobject K-NN query algorithm; queried data objects; queried neighbor object; search algorithm; space database; Algorithm design and analysis; Classification algorithms; Clustering algorithms; Nearest neighbor searches; Search problems; Sorting; Spatial databases; K-nearest neighbor algorithm; multi-object; the first neighbor object;
fLanguage
English
Publisher
ieee
Conference_Titel
Computer Science and Education (ICCSE), 2010 5th International Conference on
Conference_Location
Hefei
Print_ISBN
978-1-4244-6002-1
Type
conf
DOI
10.1109/ICCSE.2010.5593818
Filename
5593818
Link To Document