SHOGUN v0.9.0
公有成员 | 公有属性
TParameter结构参考

详细描述

在文件Parameter.h第21行定义。

所有成员的列表。

公有成员

 TParameter (const TSGDataType *datatype, void *parameter, const char *name, const char *description)
 ~TParameter ()
void print (const char *prefix)
bool save (CSerializableFile *file, const char *prefix="")
bool load (CSerializableFile *file, const char *prefix="")

公有属性

TSGDataType m_datatype
void * m_parameter
char * m_name
char * m_description

构造及析构函数文档

TParameter ( const TSGDataType *  datatype,
void *  parameter,
const char *  name,
const char *  description 
) [explicit]

在文件Parameter.cpp第964行定义。

~TParameter ( void  )

在文件Parameter.cpp第973行定义。


成员函数文档

bool load ( CSerializableFile *  file,
const char *  prefix = "" 
)

在文件Parameter.cpp第1619行定义。

void print ( const char *  prefix)

在文件Parameter.cpp第989行定义。

bool save ( CSerializableFile *  file,
const char *  prefix = "" 
)

在文件Parameter.cpp第1536行定义。


成员数据文档

在文件Parameter.h第31行定义。

在文件Parameter.h第34行定义。

char* m_name

在文件Parameter.h第33行定义。

void* m_parameter

在文件Parameter.h第32行定义。


该结构的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation