Subject: | cannot set C through SVM->new |
Cannot set the value of C through SVM->new constructor.
We found that it is because of a bug in the file bindings.cpp:
Line 14: param.C = 1;
Explanation:
In constructor SVM::SVM(...), the value of C is hardcoded to 1 !