|
| ezexample (vw *this_vw, bool multiline=false, vw *this_vw_parser=nullptr) |
|
| ezexample (vw *this_vw, example *this_ec, bool multiline=false, vw *this_vw_parser=nullptr) |
|
| ~ezexample () |
|
bool | ensure_ns_exists (char c) |
|
void | addns (char c) |
|
void | remns () |
|
fid | addf (char to_ns, fid fint, float v) |
|
fid | addf (fid fint, float v) |
|
void | add_other_example_ns (example &other, char other_ns, char to_ns) |
|
void | add_other_example_ns (example &other, char ns) |
|
void | add_other_example_ns (ezexample &other, char other_ns, char to_ns) |
|
void | add_other_example_ns (ezexample &other, char ns) |
|
ezexample & | set_label (std::string label) |
|
void | mini_setup_example () |
|
size_t | get_num_features () |
|
example * | get () |
|
float | predict () |
|
float | predict_partial () |
|
void | train () |
|
void | clear_features () |
|
void | finish () |
|
fid | hash (std::string fstr) |
|
fid | hash (char *fstr) |
|
fid | hash (char c, std::string fstr) |
|
fid | hash (char c, char *fstr) |
|
fid | addf (fid fint) |
|
fid | addf (std::string fstr, float val) |
|
fid | addf (std::string fstr) |
|
fid | addf (char ns, fid fint) |
|
fid | addf (char ns, std::string fstr, float val) |
|
fid | addf (char ns, std::string fstr) |
|
ezexample & | operator() (const vw_namespace &n) |
|
ezexample & | operator() (fid fint) |
|
ezexample & | operator() (std::string fstr) |
|
ezexample & | operator() (const char *fstr) |
|
ezexample & | operator() (fid fint, float val) |
|
ezexample & | operator() (std::string fstr, float val) |
|
ezexample & | operator() (const char *fstr, float val) |
|
ezexample & | operator() (char ns, fid fint) |
|
ezexample & | operator() (char ns, std::string fstr) |
|
ezexample & | operator() (char ns, const char *fstr) |
|
ezexample & | operator() (char ns, fid fint, float val) |
|
ezexample & | operator() (char ns, std::string fstr, float val) |
|
ezexample & | operator() (char ns, const char *fstr, float val) |
|
ezexample & | operator() (example &other, char other_ns, char to_ns) |
|
ezexample & | operator() (example &other, char ns) |
|
ezexample & | operator() (ezexample &other, char other_ns, char to_ns) |
|
ezexample & | operator() (ezexample &other, char ns) |
|
ezexample & | operator-- () |
|
float | operator() () |
|