SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
宏定义 | 变量
SGInterface.cpp 文件参考

浏览源代码.

宏定义

#define USAGE(method)   "sg('", "')"
 
#define USAGE_I(method, in)   "sg('", "', " in ")"
 
#define USAGE_O(method, out)   "[" out "]=sg('", "')"
 
#define USAGE_IO(method, in, out)   "[" out "]=sg('", "', " in ")"
 
#define USAGE_COMMA   ", "
 
#define USAGE_STR   "'"
 

变量

CSGInterface * interface =NULL
 
CSyntaxHighLight hilight
 
CSGInterfaceMethod sg_methods []
 

宏定义说明

#define USAGE (   method)    "sg('", "')"

在文件 SGInterface.cpp63 行定义.

#define USAGE_COMMA   ", "

在文件 SGInterface.cpp67 行定义.

#define USAGE_I (   method,
  in 
)    "sg('", "', " in ")"

在文件 SGInterface.cpp64 行定义.

#define USAGE_IO (   method,
  in,
  out 
)    "[" out "]=sg('", "', " in ")"

在文件 SGInterface.cpp66 行定义.

#define USAGE_O (   method,
  out 
)    "[" out "]=sg('", "')"

在文件 SGInterface.cpp65 行定义.

#define USAGE_STR   "'"

在文件 SGInterface.cpp68 行定义.

变量说明

在文件 SGInterface.cpp46 行定义.

CSGInterface* interface =NULL

在文件 SGInterface.cpp45 行定义.

CSGInterfaceMethod sg_methods[]

在文件 SGInterface.cpp71 行定义.


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