1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/science/p5-Algorithm-SVMLight/pkg-descr
Cheng-Lung Sung 2d27cd587d Add p5-Algorithm-SVMLight 0.05, perl interface to SVMLight
Machine-Learning Package.

PR:		ports/101297
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-03 07:29:03 +00:00

15 lines
629 B
Plaintext

This module implements a perl interface to Thorsten Joachims' SVMLight
package:
SVMLight is an implementation of Vapnik's Support Vector Machine
[Vapnik, 1995] for the problem of pattern recognition, for the
problem of regression, and for the problem of learning a ranking
function. The optimization algorithms used in SVMlight are
described in [Joachims, 2002a ]. [Joachims, 1999a]. The algorithm
has scalable memory requirements and can handle problems with many
thousands of support vectors efficiently.
-- http://svmlight.joachims.org/
WWW: http://search.cpan.org/dist/Algorithm-SVMLight/