公有成员

ShogunException类参考


详细描述

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

在文件ShogunException.h19行定义。

所有成员的列表。

公有成员

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

构造及析构函数文档

ShogunException ( const char *  str )

constructor

参数:
strexception string

在文件ShogunException.cpp20行定义。

~ShogunException (  ) [virtual]

destructor

在文件ShogunException.cpp35行定义。


成员函数文档

const char* get_exception_string (  )

get exception string

返回:
the exception string

在文件ShogunException.h35行定义。


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

SHOGUN Machine Learning Toolbox - Documentation