The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05 - 2006-07-17

  • The mapping between feature names and feature indices (the internal integers that svmlight uses to represent features) is now preserved in model files written & read by write_model() and read_model().
  • The various accessor methods for the internal SVMLight properties (get_epsilon_crit(), set_poly_degree(), and so on) are now automatically generated by a little perl script. This fixes some properties I didn't have accessors for.

Modules

Perl interface to SVMLight Machine-Learning Package