9 lines
329 B
Text
9 lines
329 B
Text
|
Algorithm::SVM implements a Support Vector Machine for Perl.
|
||
|
Support Vector Machines provide a method for creating classifcation
|
||
|
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>
|