Jump to content

How to Add Your Own Custom Classifier to Weka: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 March 2023

  • curprev 15:5415:54, 21 March 2023 Lukegao1 talk contribs 2,038 bytes +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…”