Hello,
I faced some problems with following the guide paper.
When I ran the svm-train with -v, it did not produce the model file, but it can produce a model file without -v.
How do I predict the result with the training model to run svm-predict?
By the way, I also used svm-grid to find the better C and γ, so svm-easy may not work in my case.
Thanks