|
Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
| void | AddFeature (feature_value v, feature_index i, const char *feature_name) |
| void | AddFeature (vw *all, const char *str) |
Public Attributes | |
| char | feature_group |
| feature_index | namespace_hash |
| features * | ftrs |
| size_t | feature_count |
| BaseState< audit > * | return_state |
| const char * | name |
Definition at line 54 of file parse_example_json.h.
|
inline |
Definition at line 63 of file parse_example_json.h.
References v_array< T >::push_back(), features::push_back(), and features::space_names.
Definition at line 76 of file parse_example_json.h.
References VW::hash_feature(), v_array< T >::push_back(), features::push_back(), and features::space_names.
| size_t Namespace< audit >::feature_count |
Definition at line 59 of file parse_example_json.h.
Referenced by Context< audit >::PushNamespace().
| char Namespace< audit >::feature_group |
Definition at line 56 of file parse_example_json.h.
Referenced by Context< audit >::PushNamespace().
Definition at line 58 of file parse_example_json.h.
Referenced by Context< audit >::PushNamespace().
| const char* Namespace< audit >::name |
Definition at line 61 of file parse_example_json.h.
Referenced by Context< audit >::PushNamespace().
| feature_index Namespace< audit >::namespace_hash |
Definition at line 57 of file parse_example_json.h.
Referenced by Context< audit >::PushNamespace().
Definition at line 60 of file parse_example_json.h.
Referenced by Context< audit >::PushNamespace().
1.8.13