LibSVMsharp
LibSVMsharp copied to clipboard
Can not modulate the parameters
hello, I'm using your project to support my experiments in C#. When I set up the parameters of LibSVMsharp: parameter.C = 6, parameter.Gamma = 0, parameter.Degree=3, it gives me a relatively low accuracy. In comparison, when I set up the same parameters in java LibSVM or WEKA LibSVM on the same train data, both of them output a higher accuracy.
I need your help, cause I have to cary my experiments in C#, if your parameters do not work, please give me some advise.
The liBSVMsharp parameters may work on its own way, not the very same with other versions