如何在 Java/Weka 中对 k 最近邻使用不同的距离度量?

发布于 2024-12-23 18:07:06 字数 171 浏览 1 评论 0原文

我在 weka 上使用 k 最近邻分类器(http://weka.sourceforge.net/doc.dev/weka/classifiers/lazy/IBk.html)。

我认为欧几里德距离是默认的距离函数。我如何更改该函数并使用与我自己的距离函数相同的类?

谢谢,

马可

I am using the k-nearest neighbor classifier on weka (http://weka.sourceforge.net/doc.dev/weka/classifiers/lazy/IBk.html).

I suppose the Euclidean distance is the default distance function. How could I change that function and use the same class with my own distance function?

Thanks,

Marco

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

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

发布评论

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

评论(2

森罗 2024-12-30 18:07:06

IBk.getNearestNeighbourSearchAlgorithm().setDistanceFunction() 似乎就是您所需要的。

查看 http://weka.sourceforge.net/doc.dev/weka /core/DistanceFunction.html

IBk.getNearestNeighbourSearchAlgorithm().setDistanceFunction() seems to be what you need.

Check out http://weka.sourceforge.net/doc.dev/weka/core/DistanceFunction.html

围归者 2024-12-30 18:07:06

首先,

在lazy下选择ibk。
点击ibk。
在ibk详情页面,点击最近邻搜索算法部分中的算法,在屏幕上编辑距离函数部分。

Firstly,

select ibk under lazy.
Click on ibk.
On the ibk detail page, click on the algorithm in the nearest neighbor search algorithm section, edit the distance function section on the screen.

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