11 #ifndef SLEP_OPTIONS_H_ 12 #define SLEP_OPTIONS_H_ 15 #define IGNORE_IN_CLASSLIST 17 #include <shogun/lib/config.h> 27 #ifndef DOXYGEN_SHOULD_SKIP_THIS 49 slep_result_t(SGMatrix<double> w_, SGVector<double> c_)
73 SGVector<index_t>* tasks_indices;
76 slep_result_t* last_result;
78 static slep_options default_options()
83 opts.tolerance = 1e-3;
85 opts.restart_num = 100;
86 opts.regularization = 0;
93 opts.last_result = NULL;
94 opts.tasks_indices = NULL;
96 opts.mode = MULTITASK_GROUP;
102 #endif //USE_GPL_SHOGUN
#define IGNORE_IN_CLASSLIST
all of classes and functions are contained in the shogun namespace