Vowpal Wabbit
|
#include <cstdint>
#include <string>
#include <vector>
#include "feature_group.h"
#include "global_data.h"
#include "hash.h"
#include "vw.h"
Classes | |
struct | DecisionServiceInteraction |
struct | Namespace< audit > |
Functions | |
template<bool audit> | |
void | push_ns (example *ex, const char *ns, std::vector< Namespace< audit >> &namespaces, hash_func_t hash_func, uint64_t hash_seed) |
template<bool audit> | |
void | pop_ns (example *ex, std::vector< Namespace< audit >> &namespaces) |
void push_ns | ( | example * | ex, |
const char * | ns, | ||
std::vector< Namespace< audit >> & | namespaces, | ||
hash_func_t | hash_func, | ||
uint64_t | hash_seed | ||
) |