Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从命令行为 Weka 分类任务运行脚本,它非常适合训练 CSV 数据。但对于 Arrf 文件,它不起作用。
命令:
java -cp "C:\Program Files\Weka-3-8-5\weka.jar" weka.classifiers.trees.J48 -t iris.arrf
错误:Weka 异常:无法打开文件 iris.arrf。
Iris 文件是从 Weka/data 文件夹中获取的示例数据,所以我不知道问题出在哪里。
您拼错了文件名,使用 .arrf 而不是 .arff。