https://github.com/entropyorg/p5-alien-libsvm
Alien package for the LIBSVM machine learning library for support vector machines
https://github.com/entropyorg/p5-alien-libsvm
alien cpan
Last synced: 8 months ago
JSON representation
Alien package for the LIBSVM machine learning library for support vector machines
- Host: GitHub
- URL: https://github.com/entropyorg/p5-alien-libsvm
- Owner: EntropyOrg
- License: bsd-3-clause
- Created: 2015-05-09T17:16:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T03:22:52.000Z (over 4 years ago)
- Last Synced: 2025-03-05T08:42:39.087Z (over 1 year ago)
- Topics: alien, cpan
- Language: Perl
- Homepage: https://p3rl.org/Alien::LIBSVM
- Size: 1.4 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
- License: LICENSE.LIBSVM
Awesome Lists containing this project
README
=pod
=encoding UTF-8
=head1 NAME
Alien::LIBSVM - Alien package for the LIBSVM library
=head1 VERSION
version 0.005
=head1 METHODS
=head2 svm_train_path
Path to the C executable.
=head2 svm_predict_path
Path to the C executable.
=head2 svm_scale_path
Path to the C executable.
=head1 Inline support
This module supports L.
=head1 SEE ALSO
L
=head1 AUTHOR
Zakariyya Mughal
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Zakariyya Mughal.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut