16 #ifndef _VW_NONADAPTIVE_H__ 17 #define _VW_NONADAPTIVE_H__ 64 virtual const char*
get_name()
const {
return "VwNonAdaptiveLearner"; }
81 #endif // _VW_NONADAPTIVE_H__ uint32_t vw_size_t
vw_size_t typedef to work across platforms
virtual void train(VwExample *&ex, float32_t update)
virtual ~CVwNonAdaptiveLearner()
Class CVwEnvironment is the environment used by VW.
Class v_array taken directly from JL's implementation.
VwNonAdaptiveLearner uses a standard gradient descent weight update rule.
Base class for all VW learners.
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
void(* update)(float *foo, float bar)