|
Vowpal Wabbit
|
Public Attributes | |
| size_t | max_bias_ngram_length |
| size_t | max_quad_ngram_length |
| float | feature_value |
| bool | use_passthrough_repr |
| float Search::auto_condition_settings::feature_value |
Definition at line 84 of file search.cc.
Referenced by Search::add_example_conditioning(), Search::adjust_auto_condition(), Search::handle_condition_options(), and Search::search_initialize().
| size_t Search::auto_condition_settings::max_bias_ngram_length |
Definition at line 81 of file search.cc.
Referenced by Search::add_example_conditioning(), Search::handle_condition_options(), and Search::search_initialize().
| size_t Search::auto_condition_settings::max_quad_ngram_length |
Definition at line 83 of file search.cc.
Referenced by Search::add_example_conditioning(), and Search::handle_condition_options().
| bool Search::auto_condition_settings::use_passthrough_repr |
Definition at line 85 of file search.cc.
Referenced by Search::add_example_conditioning(), Search::handle_condition_options(), Search::search::predict(), and Search::search_predict().
1.8.13