Popular recipes tagged "nearest"http://code.activestate.com/recipes/tags/nearest/2010-12-17T15:49:08-08:00ActiveState Code Recipeskd-tree for nearest neighbor search in a k-dimensional space (Python)
2010-12-17T15:49:08-08:00Matteo Dell'Amicohttp://code.activestate.com/recipes/users/2433284/http://code.activestate.com/recipes/577497-kd-tree-for-nearest-neighbor-search-in-a-k-dimensi/
<p style="color: grey">
Python
recipe 577497
by <a href="/recipes/users/2433284/">Matteo Dell'Amico</a>
(<a href="/recipes/tags/nearest/">nearest</a>, <a href="/recipes/tags/neighbor/">neighbor</a>, <a href="/recipes/tags/search/">search</a>, <a href="/recipes/tags/tree/">tree</a>).
Revision 5.
</p>
<p>The kd-tree can be used to organize efficient search for nearest neighbors in a k-dimensional space.</p>