函数

init.h文件参考

浏览该文件的源代码。

函数

void init_shogun (void(*print_message)(FILE *target, const char *str), void(*print_warning)(FILE *target, const char *str), void(*print_error)(FILE *target, const char *str), void(*cancel_computations)(bool &delayed, bool &immediately))
void exit_shogun ()
void set_global_io (CIO *io)
CIO * get_global_io ()
void set_global_parallel (CParallel *parallel)
CParallel * get_global_parallel ()
void set_global_version (CVersion *version)
CVersion * get_global_version ()
void set_global_math (CMath *math)
CMath * get_global_math ()

SHOGUN Machine Learning Toolbox - Documentation