开发者

dual kd-tree construction

开发者 https://www.devze.com 2023-02-26 11:05 出处:网络
Please anyone tell me how to construct dual kd-tree and how to traverse it? And at least tell me the algorithm for finding nearest neighbor using this 开发者_开发技巧dual tree concept in java. This w

Please anyone tell me how to construct dual kd-tree and how to traverse it?

And at least tell me the algorithm for finding nearest neighbor using this 开发者_开发技巧dual tree concept in java. This will help full for my project.

Thank you.


If you can read Python, look at the clear source for query_ball_tree described in scipy.spatial.KDTree,
"Find all pairs of points whose distance is at most r". (Is that what you want to do ?)

0

精彩评论

暂无评论...
验证码 换一张
取 消