Vowpal Wabbit
Classes | Namespaces | Typedefs
reductions_fwd.h File Reference
#include <vector>
#include "v_array.h"

Classes

struct  VW::LEARNER::learner< T, E >
 Defines the interface for a learning algorithm. More...
 

Namespaces

 VW
 
 VW::LEARNER
 Contains the VW::LEARNER::learner object and utilities for interacting with it.
 
 VW::config
 

Typedefs

using multi_ex = std::vector< example * >
 

Typedef Documentation

using multi_ex = std::vector<example*>