1 #ifndef _ONLINESVMSGD_H___
2 #define _ONLINESVMSGD_H___
156 inline const char*
get_name()
const {
return "OnlineSVMSGD"; }
164 void calibrate(int32_t max_vec_num=1000);
181 bool use_regularized_bias;
Class OnlineLinearMachine is a generic interface for linear machines like classifiers which work thro...
Class CLossFunction is the base class of all loss functions.
bool get_regularized_bias_enabled()
virtual EMachineType get_classifier_type()
void calibrate(int32_t max_vec_num=1000)
void set_lambda(float64_t l)
void set_bias_enabled(bool enable_bias)
void set_loss_function(CLossFunction *loss_func)
virtual bool train(CFeatures *data=NULL)
void set_C(float64_t c_neg, float64_t c_pos)
void set_epochs(int32_t e)
Streaming features that support dot products among other operations.
void set_regularized_bias_enabled(bool enable_bias)
CLossFunction * get_loss_function()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
const char * get_name() const
MACHINE_PROBLEM_TYPE(PT_BINARY)