SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Screenshots.mainpage
Go to the documentation of this file.
1 /*! \page screenshots Screenshots
2  \section shots_statinterf_sec Static Interfaces
3  Screenshots for the static interfaces.
4 
5  \subsection oct_interf Octave Interface
6 
7  Examples for octave can be found online \subpage octave_static_examples "here" or in the examples/octave directory.
8 
9  \image html OctaveDemo.png "Screenshot of the static octave interface (see http://www.octave.org)"
10 
11  \subsection mat_interf Matlab Interface
12  Examples for matlab can be found \subpage octave_static_examples "here" or in the examples/matlab directory.
13 
14  \image html MatlabDemo.png "Screenshot of the static matlab interface (see http://www.mathworks.com)"
15 
16  \subsection py_interf Python Interface
17  Examples for python can be found \subpage python_static_examples "here" or in the examples/python directory.
18 
19  \image html PythonDemo.png "Screenshot of the static python interface (see http://www.python.org)"
20 
21  \subsection r_interf R Interface
22  Examples for R can be found \subpage r_static_examples "here" or in the examples/R directory.
23 
24  \image html RDemo.png "Screenshot of the static R interface (see http://www.r-project.org)."
25 
26  \section shots_modinterf_sec Modular Interfaces
27  In contrast to the static interfaces, the modular interfaces allow multiple
28  objects of the same kind. Thus they are well suited for complex applications
29  requiring e.g. multiple classifiers. Currently the only supported modular
30  interface uses python as a front-end. However, the modular octave interface is
31  build by default too and works reliably albeit a bug in octave (octave will crash on
32  exit unregistering global variables).
33 
34  \subsection py_mod_interf Python-Modular Interface
35  Examples for python-modular can be found \subpage python_modular_examples "here" or in the examples/python_modular directory.
36 
37  \image html PythonDemo.png "Screenshot of the python-modular interface (see http://www.python.org)"
38 */

SHOGUN Machine Learning Toolbox - Documentation