File: control

package info (click to toggle)
libalgorithm-svm-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 428 kB
  • ctags: 375
  • sloc: cpp: 3,051; perl: 364; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libalgorithm-svm-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Build-Depends: debhelper (>= 9),
 libsvm-dev,
 perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalgorithm-svm-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libalgorithm-svm-perl.git
Homepage: https://metacpan.org/release/Algorithm-SVM
Testsuite: autopkgtest-pkg-perl

Package: libalgorithm-svm-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: bindings for the libsvm Support Vector Machine library
 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.