SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Screenshots

Modular Interfaces

Screenshots for the static interfaces.

Octave Interface

Examples for octave can be found online here or in the examples/octave directory.

OctaveDemo.png
Screenshot of the static octave interface (see http://www.octave.org)

Matlab Interface

Examples for matlab can be found here or in the examples/matlab directory.

MatlabDemo.png
Screenshot of the static matlab interface (see http://www.mathworks.com)

Python Interface

Examples for python can be found here or in the examples/python directory.

PythonDemo.png
Screenshot of the static python interface (see http://www.python.org)

R Interface

Examples for R can be found here or in the examples/R directory.

RDemo.png
Screenshot of the static R interface (see http://www.r-project.org).

Modular Interfaces

In contrast to the static interfaces, the modular interfaces allow multiple objects of the same kind. Thus they are well suited for complex applications requiring e.g. multiple classifiers. Currently the only supported modular interface uses python as a front-end. However, the modular octave interface is build by default too and works reliably albeit a bug in octave (octave will crash on exit unregistering global variables). Due to a bug in the swig (http://swig.org) R wrapper, the R modular interface will only work when shogun is configured with

  ./configure --disable-reference-counting

and will leak memory.

Python-Modular Interface

Examples for python-modular can be found here or in the examples/python_modular directory.

PythonDemo.png
Screenshot of the python-modular interface (see http://www.python.org)

SHOGUN Machine Learning Toolbox - Documentation