SHOGUN v0.9.0
组合类型 | 宏定义
GCArray.h文件参考

浏览该文件的源代码。

组合类型

class  CGCArray< T >

宏定义

#define IGNORE_IN_CLASSLIST
 Template class GCArray implements a garbage collecting static array.

宏定义文档

#define IGNORE_IN_CLASSLIST

Template class GCArray implements a garbage collecting static array.

This array is meant to be used for Shogun Objects (CSGObject) only, as it deals with garbage collection, i.e. on read and array assignment the reference count is increased (and decreased on delete and overwriting elements).

在文件GCArray.h27行定义。


SHOGUN Machine Learning Toolbox - Documentation