You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: