Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
LabelObjectState () | |
void | init (vw *) |
BaseState< audit > * | StartObject (Context< audit > &ctx) override |
BaseState< audit > * | Key (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool) 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< audit > * | EndObject (Context< audit > &ctx, rapidjson::SizeType) override |
Public Member Functions inherited from BaseState< audit > | |
BaseState (const char *pname) | |
virtual BaseState< audit > * | Null (Context< audit > &ctx) |
virtual BaseState< audit > * | Bool (Context< audit > &ctx, bool b) |
virtual BaseState< audit > * | StartArray (Context< audit > &ctx) |
virtual BaseState< audit > * | EndArray (Context< audit > &ctx, rapidjson::SizeType) |
Public Attributes | |
CB::cb_class | cb_label |
VW::cb_continuous::continuous_label_elm | cont_label_element |
bool | found |
bool | found_cb |
bool | found_cb_continuous |
std::vector< unsigned int > | actions |
std::vector< float > | probs |
std::vector< unsigned int > | inc |
Public Attributes inherited from BaseState< audit > | |
const char * | name |
|
inline |
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
|
inline |
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
std::vector<unsigned int> LabelObjectState< audit >::actions |
CB::cb_class LabelObjectState< audit >::cb_label |
VW::cb_continuous::continuous_label_elm LabelObjectState< audit >::cont_label_element |
bool LabelObjectState< audit >::found |
bool LabelObjectState< audit >::found_cb |
bool LabelObjectState< audit >::found_cb_continuous |
std::vector<unsigned int> LabelObjectState< audit >::inc |
std::vector<float> LabelObjectState< audit >::probs |