Max

Results 1 comments of Max

To reproduce this issue just add weights to LibSVMsharp.Examples.Classification: ``` // Select the parameter set SVMParameter parameter = new SVMParameter(); parameter.Type = SVMType.C_SVC; parameter.Kernel = SVMKernelType.RBF; parameter.C = 1; parameter.Gamma...