SHOGUN  v3.2.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Screenshots.mainpage
浏览该文件的文档.
1 /*! \page screenshots Screenshots
2  \section shots_modinterf_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_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_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_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_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). Due to a bug in the swig
33  (http://swig.org) R wrapper, the R modular interface will only work when
34  shogun is configured with
35 
36 \verbatim
37  ./configure --disable-reference-counting
38 \endverbatim
39 
40  and will leak memory.
41 
42  \subsection py_mod_interf Python-Modular Interface
43  Examples for python-modular can be found \subpage python_modular_examples "here" or in the examples/python_modular directory.
44 
45  \image html PythonDemo.png "Screenshot of the python-modular interface (see http://www.python.org)"
46 */

SHOGUN Machine Learning Toolbox - Documentation