10 #ifndef MULTITASKTRACELOGISTICREGRESSION_H_
11 #define MULTITASKTRACELOGISTICREGRESSION_H_
63 return "MultitaskTraceLogisticRegression";
void set_rho(float64_t rho)
class TaskGroup used to represent a group of tasks. Tasks in group do not overlap.
float64_t get_rho() const
Features that support dot products among other operations.
class Multitask Logistic Regression used to solve classification problems with a few tasks related vi...
virtual const char * get_name() const
class MultitaskTraceLogisticRegression, a classifier for multitask problems. Supports only task group...
#define MACHINE_PROBLEM_TYPE(PT)
virtual bool train_machine(CFeatures *data=NULL)
virtual ~CMultitaskTraceLogisticRegression()
CMultitaskTraceLogisticRegression()
all of classes and functions are contained in the shogun namespace
virtual bool train_locked_implementation(SGVector< index_t > *tasks)
The class Features is the base class of all feature objects.
Binary Labels for binary classification.