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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: python-shogun
Section: python
Priority: optional
Maintainer: Soeren Sonnenburg <sonne@debian.org>
Build-Depends: libatlas-base-dev [!powerpc !alpha !arm !armel !armhf !sh4] | liblapack-dev,
libeigen3-dev, debhelper (>= 9), libreadline-dev | libreadline5-dev, libblas-dev,
libglpk-dev, libnlopt-dev, libshogun-dev (>= 3.2.0~), liblzo2-dev, zlib1g-dev, liblzma-dev,
libxml2-dev, libjson-c-dev | libjson0-dev, cmake, libarpack2-dev, libsnappy-dev,
libhdf5-dev (>= 1.8.8~) | libhdf5-serial-dev, swig3.0 (>= 3.0.2-1~),
python-numpy (>= 1:1.7.1-1~), python-all-dev (>= 2.7.0-1~),
libprotobuf-dev, protobuf-compiler, libcurl4-gnutls-dev, libbz2-dev, libcolpack-dev,
clang [mips mipsel powerpc]
#python3-numpy (>= 1:1.7.1-1~), python3-all-dev (>= 3.3.0-1~),
X-Python-Version: >= 2.7
#X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: http://www.shogun-toolbox.org
Vcs-Svn: http://bollin.googlecode.com/svn/python-shogun/trunk/
Vcs-Browser: http://bollin.googlecode.com/svn/python-shogun/trunk/
Package: python-shogun
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libshogun16
Recommends: python-matplotlib, python-scipy
Provides: ${python:Provides}
Description: Large Scale Machine Learning Toolbox
SHOGUN - is a new machine learning toolbox with focus on large scale kernel
methods and especially on Support Vector Machines (SVM) with focus to
bioinformatics. It provides a generic SVM object interfacing to several
different SVM implementations. Each of the SVMs can be combined with a variety
of the many kernels implemented. It can deal with weighted linear combination
of a number of sub-kernels, each of which not necessarily working on the same
domain, where an optimal sub-kernel weighting can be learned using Multiple
Kernel Learning. Apart from SVM 2-class classification and regression
problems, a number of linear methods like Linear Discriminant Analysis (LDA),
Linear Programming Machine (LPM), (Kernel) Perceptrons and also algorithms to
train hidden markov models are implemented. The input feature-objects can be
dense, sparse or strings and of type int/short/double/char and can be
converted into different feature types. Chains of preprocessors (e.g.
substracting the mean) can be attached to each feature object allowing for
on-the-fly pre-processing.
.
SHOGUN comes in different flavours, a stand-a-lone version and also with
interfaces to Matlab(tm), R, Octave, Readline and Python. This package contains
the static and the modular Python interfaces.
Package: python-shogun-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends}, python-shogun (= ${binary:Version})
Description: Large Scale Machine Learning Toolbox
SHOGUN - is a new machine learning toolbox with focus on large scale kernel
methods and especially on Support Vector Machines (SVM) with focus to
bioinformatics. It provides a generic SVM object interfacing to several
different SVM implementations. Each of the SVMs can be combined with a variety
of the many kernels implemented. It can deal with weighted linear combination
of a number of sub-kernels, each of which not necessarily working on the same
domain, where an optimal sub-kernel weighting can be learned using Multiple
Kernel Learning. Apart from SVM 2-class classification and regression
problems, a number of linear methods like Linear Discriminant Analysis (LDA),
Linear Programming Machine (LPM), (Kernel) Perceptrons and also algorithms to
train hidden markov models are implemented. The input feature-objects can be
dense, sparse or strings and of type int/short/double/char and can be
converted into different feature types. Chains of preprocessors (e.g.
substracting the mean) can be attached to each feature object allowing for
on-the-fly pre-processing.
.
SHOGUN comes in different flavours, a stand-a-lone version and also with
interfaces to Matlab(tm), R, Octave, Readline and Python. This package contains
the debug symbols for the static and the modular Python interfaces.
#Package: python3-shogun
#Architecture: any
#Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libshogun16
#Recommends: python3-matplotlib, python3-scipy
#Provides: ${python3:Provides}
#Description: Large Scale Machine Learning Toolbox
# SHOGUN - is a new machine learning toolbox with focus on large scale kernel
# methods and especially on Support Vector Machines (SVM) with focus to
# bioinformatics. It provides a generic SVM object interfacing to several
# different SVM implementations. Each of the SVMs can be combined with a variety
# of the many kernels implemented. It can deal with weighted linear combination
# of a number of sub-kernels, each of which not necessarily working on the same
# domain, where an optimal sub-kernel weighting can be learned using Multiple
# Kernel Learning. Apart from SVM 2-class classification and regression
# problems, a number of linear methods like Linear Discriminant Analysis (LDA),
# Linear Programming Machine (LPM), (Kernel) Perceptrons and also algorithms to
# train hidden markov models are implemented. The input feature-objects can be
# dense, sparse or strings and of type int/short/double/char and can be
# converted into different feature types. Chains of preprocessors (e.g.
# substracting the mean) can be attached to each feature object allowing for
# on-the-fly pre-processing.
# .
# SHOGUN comes in different flavours, a stand-a-lone version and also with
# interfaces to Matlab(tm), R, Octave, Readline and Python. This package contains
# the static and the modular Python 3 interfaces.
|