16 #ifndef _VW_ADAPTIVE_H__
17 #define _VW_ADAPTIVE_H__
65 virtual const char*
get_name()
const {
return "VwAdaptiveLearner"; }
86 #endif // _VW_ADAPTIVE_H__
uint32_t vw_size_t
vw_size_t typedef to work across platforms
virtual const char * get_name() const
Class CVwEnvironment is the environment used by VW.
Class v_array is a templated class used to store variable length arrays. Memory locations are stored ...
VwAdaptiveLearner uses an adaptive subgradient technique to update weights.
Base class for all VW learners.
virtual void train(VwExample *&ex, float32_t update)
virtual ~CVwAdaptiveLearner()