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
|
Source: mdp
Section: python
Priority: optional
Maintainer: Tiziano Zito <opossumnano@gmail.com>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>=2.6.6-3~),
python-numpy,
python-libsvm,
python-joblib,
python-scikits-learn | python-sklearn,
python-pp,
python3-all,
python3-numpy
X-Python3-Version: >= 3.1
X-Python-Version: >= 2.5
Standards-Version: 3.9.3
Vcs-Browser: https://github.com/mdp-toolkit/mdp-toolkit/tree/debian
Vcs-git: git://github.com/mdp-toolkit/mdp-toolkit.git
Homepage: http://mdp-toolkit.sourceforge.net/
Package: python-mdp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-numpy
Recommends: python-scipy,
python-libsvm,
python-joblib,
python-scikits-learn | python-sklearn,
python-pp
Suggests: python-py, shogun-python-modular
Enhances: python-mvpa
Description: Modular toolkit for Data Processing
Python data processing framework for building complex data processing software
by combining widely used machine learning algorithms into pipelines and
networks. Implemented algorithms include: Principal Component Analysis (PCA),
Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent
Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis,
Fisher Discriminant Analysis (FDA), and Gaussian Classifiers.
.
This package contains MDP for Python 2.
Package: python3-mdp
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-numpy
Description: Modular toolkit for Data Processing
Python data processing framework for building complex data processing software
by combining widely used machine learning algorithms into pipelines and
networks. Implemented algorithms include: Principal Component Analysis (PCA),
Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent
Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis,
Fisher Discriminant Analysis (FDA), and Gaussian Classifiers.
.
This package contains MDP for Python 3.
|