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

详细描述

在文件SerializableAsciiReader00.h17行定义。

继承图,类SerializableAsciiReader00
Inheritance graph
[图例]

所有成员的列表。

公有成员

 SerializableAsciiReader00 (CSerializableAsciiFile *file)
virtual ~SerializableAsciiReader00 (void)
virtual const char * get_name (void) const
virtual bool read_scalar_wrapped (const TSGDataType *type, void *param)
virtual bool read_cont_begin_wrapped (const TSGDataType *type, index_t *len_read_y, index_t *len_read_x)
virtual bool read_cont_end_wrapped (const TSGDataType *type, index_t len_read_y, index_t len_read_x)
virtual bool read_string_begin_wrapped (const TSGDataType *type, index_t *length)
virtual bool read_string_end_wrapped (const TSGDataType *type, index_t length)
virtual bool read_stringentry_begin_wrapped (const TSGDataType *type, index_t y)
virtual bool read_stringentry_end_wrapped (const TSGDataType *type, index_t y)
virtual bool read_sparse_begin_wrapped (const TSGDataType *type, index_t *vec_index, index_t *length)
virtual bool read_sparse_end_wrapped (const TSGDataType *type, index_t *vec_index, index_t length)
virtual bool read_sparseentry_begin_wrapped (const TSGDataType *type, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y)
virtual bool read_sparseentry_end_wrapped (const TSGDataType *type, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y)
virtual bool read_item_begin_wrapped (const TSGDataType *type, index_t y, index_t x)
virtual bool read_item_end_wrapped (const TSGDataType *type, index_t y, index_t x)
virtual bool read_sgserializable_begin_wrapped (const TSGDataType *type, char *sgserializable_name, EPrimitiveType *generic)
virtual bool read_sgserializable_end_wrapped (const TSGDataType *type, const char *sgserializable_name, EPrimitiveType generic)
virtual bool read_type_begin_wrapped (const TSGDataType *type, const char *name, const char *prefix)
virtual bool read_type_end_wrapped (const TSGDataType *type, const char *name, const char *prefix)

构造及析构函数文档

在文件SerializableAsciiReader00.cpp15行定义。

~SerializableAsciiReader00 ( void  ) [virtual]

在文件SerializableAsciiReader00.cpp18行定义。


成员函数文档

virtual const char* get_name ( void  ) const [virtual]
返回:
object name

实现了CSGObject

在文件SerializableAsciiReader00.h26行定义。

bool read_cont_begin_wrapped ( const TSGDataType type,
index_t len_read_y,
index_t len_read_x 
) [virtual]
bool read_cont_end_wrapped ( const TSGDataType type,
index_t  len_read_y,
index_t  len_read_x 
) [virtual]
bool read_item_begin_wrapped ( const TSGDataType type,
index_t  y,
index_t  x 
) [virtual]
bool read_item_end_wrapped ( const TSGDataType type,
index_t  y,
index_t  x 
) [virtual]
bool read_scalar_wrapped ( const TSGDataType type,
void *  param 
) [virtual]
bool read_sgserializable_begin_wrapped ( const TSGDataType type,
char *  sgserializable_name,
EPrimitiveType generic 
) [virtual]
bool read_sgserializable_end_wrapped ( const TSGDataType type,
const char *  sgserializable_name,
EPrimitiveType  generic 
) [virtual]
bool read_sparse_begin_wrapped ( const TSGDataType type,
index_t vec_index,
index_t length 
) [virtual]
bool read_sparse_end_wrapped ( const TSGDataType type,
index_t vec_index,
index_t  length 
) [virtual]
bool read_sparseentry_begin_wrapped ( const TSGDataType type,
TSparseEntry< char > *  first_entry,
index_t feat_index,
index_t  y 
) [virtual]
bool read_sparseentry_end_wrapped ( const TSGDataType type,
TSparseEntry< char > *  first_entry,
index_t feat_index,
index_t  y 
) [virtual]
bool read_string_begin_wrapped ( const TSGDataType type,
index_t length 
) [virtual]
bool read_string_end_wrapped ( const TSGDataType type,
index_t  length 
) [virtual]
bool read_stringentry_begin_wrapped ( const TSGDataType type,
index_t  y 
) [virtual]
bool read_stringentry_end_wrapped ( const TSGDataType type,
index_t  y 
) [virtual]
bool read_type_begin_wrapped ( const TSGDataType type,
const char *  name,
const char *  prefix 
) [virtual]
bool read_type_end_wrapped ( const TSGDataType type,
const char *  name,
const char *  prefix 
) [virtual]

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

SHOGUN Machine Learning Toolbox - Documentation