File: control

package info (click to toggle)
herisvm 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 328 kB
  • sloc: sh: 1,471; ruby: 615; makefile: 28
file content (29 lines) | stat: -rw-r--r-- 840 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
23
24
25
26
27
28
29
Source: herisvm
Section: science
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
    debhelper-compat (= 13),
    mk-configure,
    ruby:any,
    gawk
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/cheusov/herisvm
Vcs-Browser: https://salsa.debian.org/debian/herisvm
Vcs-Git: https://salsa.debian.org/debian/herisvm.git

Package: herisvm
Architecture: all
Depends:
    ruby:any,
    gawk,
    liblinear-tools,
    libsvm-tools,
    ${misc:Depends},
    ${shlibs:Depends}
Description: machine learning tools for classification algorithms
 herisvm project is a collection of simple tools implementing
 evaluation algorithms for classification (machine learning).
 In particular, heri-eval implements N-fold cross-validation
 where training and testing is run in parallel.