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