139 virtual const char*
get_name()
const {
return "SVMSGD"; }
169 bool use_regularized_bias;
Class CLossFunction is the base class of all loss functions.
The class Labels models labels, i.e. class assignments of objects.
void set_epochs(int32_t e)
void set_C(float64_t c_neg, float64_t c_pos)
void set_bias_enabled(bool enable_bias)
Features that support dot products among other operations.
MACHINE_PROBLEM_TYPE(PT_BINARY)
virtual bool train_machine(CFeatures *data=NULL)
virtual EMachineType get_classifier_type()
Class LinearMachine is a generic interface for all kinds of linear machines like classifiers.
void set_regularized_bias_enabled(bool enable_bias)
bool get_regularized_bias_enabled()
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
The class Features is the base class of all feature objects.
void set_loss_function(CLossFunction *loss_func)
CLossFunction * get_loss_function()