Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CHI2 response in opencv SVM

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