Re: Libsvm
I don't get any reasonable output:/
I made training sets where in ex. 0vsall i changed every zero with +1 and every other label number with -1 then i fed it libsvm using "svm-train.exe -t 1 -d 2 -g 1 -r 1 -v 10 -c 0.01 0vsall.train 0vsall.model"
after that i fed the model and the training set to svm.predict.exe but it just says everything is -1 (so not a 0) which essentialy means every 0 is mis clasified but that can't be the point of the exercise right? Can someone tell me where I'm doing something wrong?
|