Algorithm-SVM

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

to the authors of the libsvm package (Email contact: lincj@ccms.ntu.edu.tw). 
The libsvm homepage is currently located at:

  http://www.csie.ntu.edu.tw/~cjlin/libsvm/


8) ACKNOWLEDGEMENTS
-------------------

Thanks go to Chih-Jen Lin, one of the libsvm authors, for being particularly
helpful during the development process of this module.

As well to Dr. Alexander K. Seewald of Seewald Solutions for many bug fixes,
new test cases, and lowering the memory footprint by a factor of 20.  Thank
you very much!

lib/Algorithm/SVM.pm  view on Meta::CPAN

=head1 SEE ALSO

Algorithm::SVM::DataSet and the libsvm homepage:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/

=head1 ACKNOWLEDGEMENTS

Thanks go out to Fiona Brinkman and the other members of the Simon Fraser
University Brinkman Laboratory for providing me the opportunity to develop
this module.  Additional thanks go to Chih-Jen Lin, one of the libsvm authors,
for being particularly helpful during the development process.

As well to Dr. Alexander K. Seewald of Seewald Solutions for many bug fixes,
new test cases, and lowering the memory footprint by a factor of 20.  Thank
you very much!

=cut

sub new {
  my ($class, %args) = @_;
  my $self = bless({ }, $class);



( run in 0.235 second using v1.01-cache-2.11-cpan-8d75d55dd25 )