SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 成员函数
ShogunException类 参考

详细描述

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

在文件 ShogunException.h21 行定义.

Public 成员函数

 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.h46 行定义.


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

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