Results from each fold in 10-fold Cross Validation in WEKA, using command-line.

混江龙づ霸主 提交于 2019-12-24 07:17:16

问题


This question is similar to this one: Weka: Results of each fold in 10-fold CV but I am instead looking to get the same results from the command-line.

Hence, if this is my input

java -cp "./weka.jar" weka.classifiers.trees.J48 -t ./WEKA_reference_test_set.arff -x 10 -i > test.csv 

How can I specify my output so that I can see the results for each fold? Thanks.

来源:https://stackoverflow.com/questions/21419588/results-from-each-fold-in-10-fold-cross-validation-in-weka-using-command-line

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!