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(*) sg_print_message (FILE *target, const char *str)
 function called to print normal messages
void(*) sg_print_warning (FILE *target, const char *str)
 function called to print warning messages
void(*) sg_print_error (FILE *target, const char *str)
 function called to print error messages
void(*) sg_cancel_computations (bool &delayed, bool &immediately)
 function called to cancel things

SHOGUN Machine Learning Toolbox - Documentation