问题
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