Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
Context () | |
void | init (vw *pall) |
std::stringstream & | error () |
void | SetStartStateToDecisionService (DecisionServiceInteraction *data) |
void | PushNamespace (const char *ns, BaseState< audit > *return_state) |
BaseState< audit > * | PopNamespace () |
Namespace< audit > & | CurrentNamespace () |
bool | TransitionState (BaseState< audit > *next_state) |
|
inline |
|
inline |
|
inline |
|
inline |
ArrayToVectorState<audit, float> Context< audit >::array_float_state |
ArrayState<audit> Context< audit >::array_state |
ArrayToVectorState<audit, unsigned> Context< audit >::array_uint_state |
BoolToBoolState<audit> Context< audit >::bool_state |
DecisionServiceState<audit> Context< audit >::decision_service_state |
DefaultState<audit> Context< audit >::default_state |
VW::example_factory_t Context< audit >::example_factory |
void* Context< audit >::example_factory_context |
FloatToFloatState<audit> Context< audit >::float_state |
IgnoreState<audit> Context< audit >::ignore_state |
const char* Context< audit >::key |
rapidjson::SizeType Context< audit >::key_length |
LabelIndexState<audit> Context< audit >::label_index_state |
LabelObjectState<audit> Context< audit >::label_object_state |
LabelSinglePropertyState<audit> Context< audit >::label_single_property_state |
LabelState<audit> Context< audit >::label_state |
MultiState<audit> Context< audit >::multi_state |
SlotOutcomeList<audit> Context< audit >::slot_outcome_list_state |
SlotsState<audit> Context< audit >::slots_state |
rapidjson::InsituStringStream* Context< audit >::stream |
const char* Context< audit >::stream_end |
StringToStringState<audit> Context< audit >::string_state |
UIntToUIntState<audit> Context< audit >::uint_state |