如何使用java获取weka中的最近邻居
我一直在尝试使用与 weka 机器学习库一起使用的 Ibk 最近邻算法。
我知道如何对实例进行分类,但我想实现协同过滤功能,因此我需要实际获取最接近感兴趣对象的实际对象列表。
在 weka 中我实际上该如何使用它的 java API 来做到这一点?
I've been trying to use the Ibk nearest neighbor algorithm that goes together with the weka machine learning library.
I know how to classify instances, but I want to implement the collaborative filtering feature so I need to actually get the list of actual objects that are nearest to the object of interest.
How would I actually do so in weka using its java API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个怎么样
这是您所看到的 API 文档可以参考。
How about this one
Here is the API documentation that you can refer to.