0

I am trying to use the svm_light library,http://www.cs.cornell.edu/people/tj/svm_light/, and I am following the documentation, however, an output file will not be produced. I have my .dat files in a folder called data

When I try running

./svm_learn data/train_set.dat data/model

Similar to the documentation on the website which was

svm_learn example1/train.dat example1/model

The output file, "model", is not produced, but the command successfully still runs and prints the model to the console.

How can I use ./svm_learn to save my model to an output file?

biglemon29
  • 35
  • 7

0 Answers0