File: control

package info (click to toggle)
herisvm 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 252 kB
  • sloc: sh: 964; ruby: 428; makefile: 26
file content (28 lines) | stat: -rw-r--r-- 770 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
Source: herisvm
Section: science
Priority: extra
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
    debhelper (>= 9),
    mk-configure,
    ruby,
    bash,
    gawk
Standards-Version: 3.9.6
Homepage: http://github.com/cheusov/herisvm
Vcs-Git: https://git.dgit.debian.org/herisvm
Vcs-Browser: https://browse.dgit.debian.org/herisvm.git/

Package: herisvm
Architecture: all
Depends:
    bash,
    ruby,
    gawk,
    ${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.