Functions | Variables

init.cpp File Reference

Go to the source code of this file.

Functions

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 (IO *io)
IO * 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 ()

Variables

Parallel * sg_parallel = NULL
Version * sg_version = NULL
CMath * sg_math = 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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation