Weka的JRIP是否可更新?

huangapple go评论177阅读模式
英文:

Is Weka's JRIP updateable?

问题

我有一个大型数据集,我正在使用Python封装的Weka来训练RIPPER算法。我可以使用Weka的可更新接口来增量训练JRIP算法(RIPPER)吗?

如何使用Weka的Python封装来训练大型数据集?

英文:

I have a large dataset and I am using Weka with the Python wrapper to train the RIPPER algorithm. Can I use Weka's updateable interface for incrementally training the JRIP algorithm (RIPPER)?

How can I train the large dataset with WEKA's python wrapper?

答案1

得分: 1

为了使Weka分类器支持增量训练,它需要实现weka.classifiers.Updateable接口。

然而,JRip并没有实现这个接口,如您可以从其Javadoc的*All Implemented Interfaces:*部分看到。

英文:

In order for a Weka classifier to support incremental training, in needs to implement the weka.classifiers.Updateable interface.

However, JRip does not implement that, as you can see from the All Implemented Interfaces: section of its Javadoc.

huangapple
  • 本文由 发表于 2023年3月12日 12:33:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/75711060.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定