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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: weka
Section: science
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Torsten Werner <twerner@debian.org>,
tony mancill <tmancill@debian.org>
Build-Depends:
ant,
cup (>=0.11a+20060608),
debhelper-compat (= 13),
default-jdk,
ghostscript,
jflex,
texlive-latex-base,
texlive-latex-extra
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/weka.git
Vcs-Browser: https://salsa.debian.org/java-team/weka
Homepage: https://www.cs.waikato.ac.nz/~ml/weka/
Rules-Requires-Root: no
Package: weka
Architecture: all
Depends:
cup (>=0.11a+20060608),
default-jre | java7-runtime | java6-runtime,
java-wrappers,
${misc:Depends},
${shlibs:Depends}
Suggests: libsvm-java
Description: Machine learning algorithms for data mining tasks
Weka is a collection of machine learning algorithms in Java that can
either be used from the command-line, or called from your own Java
code. Weka is also ideally suited for developing new machine learning
schemes.
.
Implemented schemes cover decision tree inducers, rule learners, model
tree generators, support vector machines, locally weighted regression,
instance-based learning, bagging, boosting, and stacking. Also included
are clustering methods, and an association rule learner. Apart from
actual learning schemes, Weka also contains a large variety of tools
that can be used for pre-processing datasets.
.
This package contains the binaries and examples.
Package: weka-doc
Architecture: all
Depends: ${misc:Depends}
Recommends: weka
Section: doc
Description: documentation for the Weka machine learning suite
Weka is a collection of machine learning algorithms in Java that can
either be used from the command-line, or called from your own Java
code. Weka is also ideally suited for developing new machine learning
schemes.
.
Implemented schemes cover decision tree inducers, rule learners, model
tree generators, support vector machines, locally weighted regression,
instance-based learning, bagging, boosting, and stacking. Also included
are clustering methods, and an association rule learner. Apart from
actual learning schemes, Weka also contains a large variety of tools
that can be used for pre-processing datasets.
.
This package contains the documentation.
|