SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
函数 | 变量
init.cpp 文件参考

浏览源代码.

函数

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 sg_global_print_default (FILE *target, const char *str)
 
void init_shogun_with_defaults ()
 
void exit_shogun ()
 
void set_global_io (SGIO *io)
 
SGIO * get_global_io ()
 
void set_global_parallel (Parallel *parallel)
 
Parallel * get_global_parallel ()
 
void set_global_version (Version *version)
 
Version * get_global_version ()
 
void set_global_math (CMath *math)
 
CMath * get_global_math ()
 
void set_global_rand (CRandom *rand)
 
CRandom * get_global_rand ()
 
void init_from_env ()
 

变量

Parallel * sg_parallel =NULL
 
SGIO * sg_io =NULL
 
Version * sg_version =NULL
 
CMath * sg_math =NULL
 
CRandom * sg_rand =NULL
 
void(* sg_print_message )(FILE *target, const char *str) = NULL
 function called to print normal messages 更多...
 
void(* sg_print_warning )(FILE *target, const char *str) = NULL
 function called to print warning messages 更多...
 
void(* sg_print_error )(FILE *target, const char *str) = NULL
 function called to print error messages 更多...
 
void(* sg_cancel_computations )(bool &delayed, bool &immediately) =NULL
 function called to cancel things 更多...
 

SHOGUN 机器学习工具包 - 项目文档