Multidimensional binary search trees
- From: kingpin@xxxxxxxxxxx
- Date: 17 Apr 2007 02:29:18 -0700
Hi,
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 number of points is
in the order of 10^5, 10^6. I would like organize the points in an
efficient search tree. The most important operation that i would like
to do is finding the nearest neighbour point (that is, give a point
P=(a1,...,ak), tell me which is the first m nearest points in the set
S to P). P does not necessarely belong to S.
For n=2,3 i know that there are quadtrees and octrees. For k>3 i've
read about kd-trees, but i'm not sure if k represents the
dimensionality of the points (that is, k = n) or the number of points
per node...
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?
Thank you.
.
- Follow-Ups:
- Re: Multidimensional binary search trees
- From: mayur
- Re: Multidimensional binary search trees
- From: Paul E. Black
- Re: Multidimensional binary search trees
- From: Torben Ægidius Mogensen
- Re: Multidimensional binary search trees
- From: Babua
- Re: Multidimensional binary search trees
- Prev by Date: JOB: Mathematician/contractor
- Next by Date: Re: Multidimensional binary search trees
- Previous by thread: 3CNF Formula
- Next by thread: Re: Multidimensional binary search trees
- Index(es):
Relevant Pages
|