I want to optimize SVM parameters in Opencv. But, every time I use train_auto I get C=1 and gamma=1. Some people use LibSVM but I coul
train_auto
C=1
gamma=1
I modified the code as follows paramz = svm.get_params() and it worked fine.
paramz = svm.get_params()