Vowpal Wabbit
|
#include <functional>
Typedefs | |
using | dispatch_fptr = std::function< void(vw &, const v_array< example * > &)> |
Functions | |
void | parse_dispatch (vw &all, dispatch_fptr dispatch) |
using dispatch_fptr = std::function<void(vw&, const v_array<example*>&)> |
|
inline |