13 #ifndef _ONLINELIBLINEAR_H__
14 #define _ONLINELIBLINEAR_H__
97 inline virtual const char*
get_name()
const {
return "OnlineLibLinear"; }
112 #endif // _ONLINELIBLINEAR_H__
Class OnlineLinearMachine is a generic interface for linear machines like classifiers which work thro...
virtual bool train(CFeatures *data=NULL)
virtual float64_t get_C1()
virtual bool get_bias_enabled()
virtual ~COnlineLibLinear()
virtual void set_C(float64_t c_neg, float64_t c_pos)
Streaming features that support dot products among other operations.
Class implementing a purely online version of LibLinear, using the L2R_L1LOSS_SVC_DUAL solver only...
The class Features is the base class of all feature objects.
virtual const char * get_name() const
virtual void set_bias_enabled(bool enable_bias)