|
void | VW::copy_example_data (example *dst, const example *src) |
|
void | VW::setup_example (VW::workspace &all, example *ae) |
|
std::string | VW::to_string (const v_array< float > &scalars, int decimal_precision=details::DEFAULT_FLOAT_PRECISION) |
|
void | VW::swap_prediction (polyprediction &a, polyprediction &b, prediction_type_t prediction_type) |
|
void | VW::flatten_features (VW::workspace &all, example &ec, features &fs) |
|
bool | VW::example_is_newline (const example &ec) |
|
bool | VW::valid_ns (char c) |
|
void | VW::details::add_passthrough_feature_magic (example &ec, uint64_t magic, uint64_t i, float x) |
|
void | VW::return_multiple_example (VW::workspace &all, VW::multi_ex &examples) |
|
void | VW::details::clean_example (VW::workspace &all, example &ec) |
|
void | VW::details::append_example_namespace (VW::example &ec, VW::namespace_index ns, const features &fs) |
|
void | VW::details::truncate_example_namespace (VW::example &ec, VW::namespace_index ns, const features &fs) |
|
void | VW::details::append_example_namespaces_from_example (VW::example &target, const VW::example &source) |
|
void | VW::details::truncate_example_namespaces_from_example (VW::example &target, const VW::example &source) |
|
bool | example_is_newline (const VW::example &ec) |
|
bool | valid_ns (char c) |
|