libsvm 確率推定

./svm-train -t 0 -b 1 -c 32 -g 0.0078125 train1 model1 >> log1
./svm-predict -b 1 test1 model1 predict1 > accuracy1

のように、-b 1をつける。