[SciPy-user] Finding Neighboors

Zachary Pincus zpincus at stanford.edu
Tue Apr 17 21:53:29 EDT 2007


Biopython has an implementation of KD-trees -- that might be a good  
starting place.

http://biopython.org/DIST/docs/api/public/trees.html
http://biopython.org/DIST/docs/api/public/Bio.KDTree-module.html



On Apr 17, 2007, at 5:41 AM, Matthieu Brucher wrote:

> Hi,
>
> I wanted to know if there was a module in scipy that is able to  
> find the k-neighboors of a point ?
> If so, is there an optimized one - tree-based search - ?
> If not, I'm doing the optimized version...
>
> Matthieu
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user




More information about the SciPy-User mailing list