11 #ifndef MULTITASKTRACELOGISTICREGRESSION_H_ 12 #define MULTITASKTRACELOGISTICREGRESSION_H_ 14 #include <shogun/lib/config.h> 26 class CMultitaskTraceLogisticRegression :
public CMultitaskLogisticRegression
33 CMultitaskTraceLogisticRegression();
42 CMultitaskTraceLogisticRegression(
43 float64_t rho, CDotFeatures* training_data,
44 CBinaryLabels* training_labels, CTaskGroup* task_relation);
47 virtual ~CMultitaskTraceLogisticRegression();
63 virtual const char* get_name()
const 65 return "MultitaskTraceLogisticRegression";
76 virtual bool train_machine(CFeatures* data=NULL);
79 virtual bool train_locked_implementation(SGVector<index_t>* tasks);
88 #endif //USE_GPL_SHOGUN
#define MACHINE_PROBLEM_TYPE(PT)
all of classes and functions are contained in the shogun namespace