找到属于具有最大值的区域的最大值后,如何近似该区域的边界是什么?

发布于 2024-12-08 12:06:06 字数 255 浏览 0 评论 0原文

因此,我们在某个中心点周围找到了一个至少有 N 个点的区域,该区域符合我们在某些巨大字段上的标准 在此处输入图像描述(使用 MLDemos 和绘制创建的图像)可以使用哪些算法获取区域边界(如图所示黄色)? (面积是二维函数,算法无法知道全貌)

So we have found an area with at least N points around some center point that fit our criteria on some giant field enter image description here (image created with MLDemos and paint) what are algorithms that can be used to get area borders (shown in yellow)? (area is 2d function and algorithm could not know full picture)

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

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

发布评论

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

评论(1

若水般的淡然安静女子 2024-12-15 12:06:06

您可以使用一类 SVM。 LibSVM 支持它。

它定义了一个包含 X% 数据的区域,其中 X 由用户提供。在测试过程中,SVM 会告诉您测试数据是否在区域内。

You can use a one-class SVM. LibSVM supports it.

It defines a region that contains X% of the data, where X is provided by the user. During testing, the SVM will tell you whether or not the test data is inside the region.

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