SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Screenshots.mainpage
浏览该文件的文档.
1 /*! \page screenshots 使用快照
2  \section shots_statinterf_sec 静态接口
3  使用shogun静态接口的快照
4 
5  \subsection oct_interf Octave接口
6 
7  octave的使用例子在目录examples/octave下。
8 
9  \image html OctaveDemo.png "octave静态接口使用快照 (见 http://www.octave.org)"
10 
11  \subsection mat_interf Matlab接口
12  matlab的使用例子在目录/examples/matlab下。
13 
14  \image html MatlabDemo.png "matlab静态接口使用快照 (见 http://www.mathworks.com)"
15 
16  \subsection py_interf Python接口
17  python的使用例子在目录examples/python下。
18 
19  \image html PythonDemo.png "python静态接口使用快照(见 http://www.python.org)"
20 
21  \subsection r_interf R接口
22  R的使用例子在目录examples/R下。
23 
24  \image html RDemo.png "R静态接口使用快照(见 http://www.r-project.org)."
25 
26  \section shots_modinterf_sec 模块化接口
27  与静态接口不同,模块化接口允许有多个相同类型的对象。因此它们可适用于更加复杂的应用,如多重分类器。目前
28  模块化接口只支持python。然而缺省安装情况下,octave模块化接口也会被安装且可以正常工作,尽管octave有一个bug
29  (当存在一个没有注册的全局变量时,octave会挂掉)。
30 
31  但这样会造成内存泄漏。
32  \subsection py_mod_interf python模块化接口
33  python的使用例子在目录python-modular/examples下。
34 
35  \image html PythonDemo.png "python-modular接口使用快照 (见 http://www.python.org)"
36 */

SHOGUN 机器学习工具包 - 项目文档