16 #ifndef _VW_LEARNER_H__
17 #define _VW_LEARNER_H__
96 virtual const char*
get_name()
const {
return "VwLearner"; }
105 #endif // _VW_LEARNER_H__
Class CVwEnvironment is the environment used by VW.
void(* update)(float *foo, float bar)
CVwRegressor * reg
Regressor object that will be used for getting updates.
Class SGObject is the base class of all shogun objects.
virtual const char * get_name() const
Base class for all VW learners.
virtual void train(VwExample *&ex, float32_t update)=0
void register_learner_params()
all of classes and functions are contained in the shogun namespace
CVwEnvironment * env
Environment.
CVwLearner(CVwRegressor *regressor, CVwEnvironment *vw_env)