SHOGUN v0.9.0
公有成员
ShogunException类参考

详细描述

Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs.

在文件ShogunException.h19行定义。

所有成员的列表。

公有成员

 ShogunException (const char *str)
 ShogunException (const ShogunException &orig)
virtual ~ShogunException ()
const char * get_exception_string ()

构造及析构函数文档

ShogunException ( const char *  str)

constructor

参数:
strexception string

在文件ShogunException.cpp35行定义。

ShogunException ( const ShogunException orig)

copy constructor

参数:
origsource object

在文件ShogunException.cpp44行定义。

~ShogunException ( ) [virtual]

destructor

在文件ShogunException.cpp47行定义。


成员函数文档

const char* get_exception_string ( )

get exception string

返回:
the exception string

在文件ShogunException.h44行定义。


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation