10 #ifndef MULTITASKL12LOGISTICREGRESSION_H_
11 #define MULTITASKL12LOGISTICREGRESSION_H_
74 return "MultitaskL12LogisticRegression";
void set_rho1(float64_t rho1)
virtual ~CMultitaskL12LogisticRegression()
CMultitaskL12LogisticRegression()
virtual bool train_machine(CFeatures *data=NULL)
virtual bool train_locked_implementation(SGVector< index_t > *tasks)
class TaskGroup used to represent a group of tasks. Tasks in group do not overlap.
Features that support dot products among other operations.
float64_t get_rho2() const
class Multitask Logistic Regression used to solve classification problems with a few tasks related vi...
#define MACHINE_PROBLEM_TYPE(PT)
void set_rho2(float64_t rho2)
float64_t get_rho1() const
class MultitaskL12LogisticRegression, a classifier for multitask problems. Supports only task group r...
The class Features is the base class of all feature objects.
virtual const char * get_name() const
Binary Labels for binary classification.