Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
LabelState () | |
BaseState< audit > * | StartObject (Context< audit > &ctx) override |
BaseState< audit > * | String (Context< audit > &ctx, const char *str, rapidjson::SizeType, bool) override |
BaseState< audit > * | Float (Context< audit > &ctx, float v) override |
BaseState< audit > * | Uint (Context< audit > &ctx, unsigned v) override |
![]() | |
BaseState (const char *pname) | |
virtual BaseState< audit > * | Null (Context< audit > &ctx) |
virtual BaseState< audit > * | Bool (Context< audit > &ctx, bool b) |
virtual BaseState< audit > * | Key (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool) |
virtual BaseState< audit > * | EndObject (Context< audit > &ctx, rapidjson::SizeType) |
virtual BaseState< audit > * | StartArray (Context< audit > &ctx) |
virtual BaseState< audit > * | EndArray (Context< audit > &ctx, rapidjson::SizeType) |
Additional Inherited Members | |
![]() | |
const char * | name |
Definition at line 346 of file parse_example_json.h.
|
inline |
Definition at line 348 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 358 of file parse_example_json.h.
References Context< audit >::ex, example::l, label_data::label, Context< audit >::previous_state, and polylabel::simple.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 350 of file parse_example_json.h.
References Context< audit >::label_object_state.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 352 of file parse_example_json.h.
References Context< audit >::all, Context< audit >::ex, VW::parse_example_label(), and Context< audit >::previous_state.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 365 of file parse_example_json.h.
References Context< audit >::ex, example::l, label_data::label, Context< audit >::previous_state, and polylabel::simple.