Hi guys,
I'm having troubles understanding the output of the openCV CHI2 svm. Everything works fine but the output of:
float response1 = svm->predict(testing_matrix);
is a float number and not an integer like the case of LINEAR svm....It means that I have to take only the integer part of the response or I'm missing something?
thanks