blob: 94cceafab15d57d9bed48b2d9b200871bbd9ed22 (
plain)
1
2
3
4
5
6
7
|
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.
Author: Cory Spencer <cspencer@sfu.ca>
WWW: http://search.cpan.org/dist/Algorithm-SVM/
|