所有公开日志
所有freem公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2023年3月21日 (二) 15:54 Lukegao1 讨论 贡献创建了页面How to Add Your Own Custom Classifier to Weka (创建页面,内容为“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…”)