Defines | Variables

SGInterface.cpp File Reference

Go to the source code of this file.

Defines

#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   "'"

Variables

CSGInterface * interface = NULL
CSyntaxHighLight hilight
CSGInterfaceMethod sg_methods []

Define Documentation

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

Definition at line 63 of file SGInterface.cpp.

#define USAGE_COMMA   ", "

Definition at line 67 of file SGInterface.cpp.

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

Definition at line 64 of file SGInterface.cpp.

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

Definition at line 66 of file SGInterface.cpp.

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

Definition at line 65 of file SGInterface.cpp.

#define USAGE_STR   "'"

Definition at line 68 of file SGInterface.cpp.


Variable Documentation

Definition at line 46 of file SGInterface.cpp.

CSGInterface* interface = NULL

Definition at line 45 of file SGInterface.cpp.

CSGInterfaceMethod sg_methods[]

Definition at line 71 of file SGInterface.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation