131 virtual const char*
get_name()
const {
return "SGDQN"; }
virtual const char * get_name() const
Class CLossFunction is the base class of all loss functions.
void set_epochs(int32_t e)
void compute_ratio(float64_t *W, float64_t *W_1, float64_t *B, float64_t *dst, int32_t dim, float64_t regularizer_lambda, float64_t loss)
The class Labels models labels, i.e. class assignments of objects.
void set_loss_function(CLossFunction *loss_func)
virtual bool train(CFeatures *data=NULL)
void set_C(float64_t c_neg, float64_t c_pos)
Features that support dot products among other operations.
CLossFunction * get_loss_function()
Class LinearMachine is a generic interface for all kinds of linear machines like classifiers.
MACHINE_PROBLEM_TYPE(PT_BINARY)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
void combine_and_clip(float64_t *Bc, float64_t *B, int32_t dim, float64_t c1, float64_t c2, float64_t v1, float64_t v2)
virtual EMachineType get_classifier_type()