How to Add Your Own Custom Classifier to Weka:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2023年3月21日 (星期二)

  • 当前之前 15:542023年3月21日 (二) 15:54Lukegao1 讨论 贡献 2,038字节 +2,038 创建页面,内容为“Adding your own custom classifier to Weka can be done in a few simple steps. Here's a general outline: 1. Write your classifier code: You can write your classifier code in any programming language that supports the Java Virtual Machine (JVM), as Weka is built in Java. Your classifier should implement the Weka `Classifier` interface, which requires you to implement a few key methods, such as `buildClassifier`, `classifyInstance`, and `toString`. 2. Compile yo…”