最近邻二维

发布于 2024-09-18 12:23:41 字数 95 浏览 8 评论 0原文

给定二维空间中的一组点,提供一种算法来计算该组中每个点的最近邻(欧几里德)。我认为它被称为最近邻图,不是吗?任何现有的有效算法 (N log N),其中 N = len(S)?

Given a set S of points in 2-dimensional space, provide an algorithm that computes nearest neighbor(euclidian) for each point in the set. I think its called nearest neighbor graph, isn't it? Any existing efficient algorithm (N log N), where N = len(S)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喵星人汪星人 2024-09-25 12:23:41

kd-tree 是最近邻搜索的一个非常标准的算法(即使在 2-空间,不要让第一个插图让你迷惑)。

The kd-tree is a pretty standard algorithm for nearest neighbor search (even in 2-space, don't let the first illustration throw you).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文