Skip Menu |

This queue is for tickets about the Algorithm-SVM CPAN distribution.

Report information
The Basics
Id: 14181
Status: new
Priority: 0/
Queue: Algorithm-SVM

People
Owner: Nobody in particular
Requestors: kenny232kenny [...] yahoo.com.hk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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 !