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
in sofia-ml.cc
337 float objective = sofia_ml::SvmObjective(training_data,
338 *w,
339 CMD_LINE_BOOLS["--lambda"]);
Note that lambda is passed in from CMD_LINE_BOOLS not CMD_LINE_FLOATS which
results in lambda=0. In TrainModel the correct value of lambda is used:
176 float lambda = CMD_LINE_FLOATS["--lambda"];
Original issue reported on code.google.com by ed...@ly.st on 9 May 2013 at 1:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ed...@ly.st
on 9 May 2013 at 1:20The text was updated successfully, but these errors were encountered: