I am struggling the last days trying to find way to train svm with my own data. My issue is how to change properly svm kernel. I found in your code svmlight.h with svm parameters. When I am trying to change
learn_parm->kernel_type from LInear to RBF I am getting errors (core dumped).
I am struggling the last days trying to find way to train svm with my own data. My issue is how to change properly svm kernel. I found in your code svmlight.h with svm parameters. When I am trying to change
learn_parm->kernel_type from LInear to RBF I am getting errors (core dumped).