1995
DOI: 10.1007/3-540-60159-7_6
|View full text |Cite
|
Sign up to set email alerts
|

Ranking in spatial databases

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
156
0
3

Year Published

2000
2000
2008
2008

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 239 publications
(160 citation statements)
references
References 7 publications
1
156
0
3
Order By: Relevance
“…Incremental algorithms report the objects one by one to allow the algorithm to operate in a pipelined fashion. They are especially suitable for complex queries involving proximity [3].…”
Section: K-nearest Neighbor Searchmentioning
confidence: 99%
“…Incremental algorithms report the objects one by one to allow the algorithm to operate in a pipelined fashion. They are especially suitable for complex queries involving proximity [3].…”
Section: K-nearest Neighbor Searchmentioning
confidence: 99%
“…A typical k-NN search involving R-trees follows a branchand-bound strategy traversing the index top down. It maintains a priority queue of "active" minimum bounding rectangles (MBR's) [8,9]. At each step, it maintains a bound to the k-NN distance, δ, from the query point.…”
Section: Utilizing Histograms In K-nn Queriesmentioning
confidence: 99%
“…Most of them use a high-dimensional indexing structure, such as an R-tree [7] or one of its variations. For instance, in the case of an R-tree, these algorithms use a branch-and-bound approach to traverse the tree top down, and use distance bounds between objects to prune branches (minimum-bounding rectangles, MBR's) that do not need to be considered [8,9]. A priority queue of interior nodes is maintained based on their distances to the query object.…”
Section: Introductionmentioning
confidence: 99%
“…Analogously to the various strategies for single nearest neighbor queries such as [20] and [14], Corral et al propose 5 different strategies including recursive algorithms and an algorithm based on a pqueue [11]. Shin et al [22] proposed a plane sweep algorithm for the node expansion for the above mentioned pqueue algorithm [15,11].…”
Section: Closest Pair Queriesmentioning
confidence: 99%
“…Our k-NN similarity join algorithm used the Multipage Index [7] which allows a separate optimization of CPU and I/O performance. The competitive technique, the evaluation on top of single similarity queries, was also supported by the same index structure which is traversed using a variation of the nearest neighbor algorithm by Hjaltason and Samet [14] which has been shown to yield an optimal number of page accesses. All our experiments were carried out under Windows NT4.0 SP6 on Fujitsu-Siemens Celsius 400 machines equipped with a Pentium III 700 MHz processor and at least 128 MB main memory.…”
Section: Experimental Evaluationmentioning
confidence: 99%