Results from each fold in 10-fold Cross Validation

2019-08-08 18:20发布

问题:

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.