2003-12-28 01:08:32 +01:00
|
|
|
Algorithm::SVM implements a Support Vector Machine for Perl.
|
2008-05-23 23:18:39 +02:00
|
|
|
Support Vector Machines provide a method for creating classification
|
2003-12-28 01:08:32 +01:00
|
|
|
functions from a set of labeled training data, from which predictions
|
|
|
|
can be made for subsequent data sets.
|
|
|
|
|
|
|
|
Author: Cory Spencer <cspencer@sfu.ca>
|
2011-10-24 11:11:38 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-SVM/
|