Re: Multidimensional binary search trees
- From: "Paul E. Black" <p.black@xxxxxxx>
- Date: Tue, 17 Apr 2007 12:08:43 -0400
On Tuesday 17 April 2007 05:29, kingpin@xxxxxxxxxxx wrote:
i've a set S of points in R^n (a vector of n real numbers, where n, in
pratical applications, is between 10 and 60). ...
The most important operation that i would like
to do is finding the nearest neighbour point ...
If kd-trees are suitable for a multidimensional problem, are they
efficient? Are there any other data structures that i can use to solve
the problem?
I suggest Volker Gaede and Oliver Günther, Multidimensional Access
Methods, ACM Computing Surveys, 30(2):170-231, June 1998.
The article catalogs dozens of data structures and notes which are
good at finding the nearest neighbor point.
-paul-
--
Paul E. Black (p.black@xxxxxxx)
.
- References:
- Multidimensional binary search trees
- From: kingpin
- Multidimensional binary search trees
- Prev by Date: Re: Multidimensional binary search trees
- Next by Date: avoiding left recursion in a grammar with the production S->€
- Previous by thread: Re: Multidimensional binary search trees
- Next by thread: Re: Multidimensional binary search trees
- Index(es):