0
votes

I am using libsvm with RBF kernel. After parameter selection, I am training my SVM. In the output after executing ./svm-train, which value represents the bias and what is the significance of bias?

1

1 Answers

0
votes

rho is the bias term in the decision function sgn(w^Tx - rho)