blob: faa48fac3b3a6f3c6d23e3a87b182e0c324e2760 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Algorithm::SVM implements a Support Vector Machine for Perl.
Support Vector Machines provide a method for creating classification
functions from a set of labeled training data, from which predictions
can be made for subsequent data sets.
WWW: http://search.cpan.org/dist/Algorithm-SVM/
Author: Cory Spencer <cspencer@sfu.ca>
|