The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Algorithm::SVMLight.

0.04  Mon Apr 24 10:41:07 CDT 2006

 - All the kernel parameters and learning parameters now have get_*
   getters as well as set_* setters.

 - The kernel parameters (kernel_type, poly_degree, ...) can now be
   set by passing parameters to the new(...) method, just like the
   learning parameters.

 - I'm now automatically generating the C code for the getters &
   setters, so they should be less prone to typos or omissions.

0.03  Wed Jan  4 17:02:35 CST 2006

 - Added the get_linear_weights() method, which returns an array of
   the trained weights used in a linear model.

0.01  Thu Jul  7 11:45:21 2005
 - original version