| 
    Vowpal Wabbit
    
   | 
 
#include <parse_example_json.h>
  
 Public Member Functions | |
| LabelObjectState () | |
| 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 = {0., 0., 0.} | 
| bool | found = false | 
| bool | found_cb = false | 
| bool | found_cb_continuous = false | 
| 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 >.
      
  | 
  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 = {0., 0., 0.} | 
| bool LabelObjectState< audit >::found = false | 
| bool LabelObjectState< audit >::found_cb = false | 
| bool LabelObjectState< audit >::found_cb_continuous = false | 
| std::vector<unsigned int> LabelObjectState< audit >::inc | 
| std::vector<float> LabelObjectState< audit >::probs | 
 1.8.13