mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3dc191f0ef
Vector Machine library. PR: 60614 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
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>
|