Vowpal Wabbit
|
Public Member Functions | |
action_cache (float _min_cost, action _k, bool _is_opt, float _cost) | |
Public Attributes | |
float | min_cost |
action | k |
bool | is_opt |
float | cost |
|
inline |
float Search::action_cache::cost |
Definition at line 125 of file search.cc.
Referenced by Search::foreach_action_from_cache(), Search::operator<<(), and Search::single_prediction_LDF().
bool Search::action_cache::is_opt |
Definition at line 124 of file search.cc.
Referenced by Search::foreach_action_from_cache(), Search::operator<<(), and Search::single_prediction_LDF().
action Search::action_cache::k |
Definition at line 123 of file search.cc.
Referenced by Search::foreach_action_from_cache(), Search::operator<<(), and Search::single_prediction_LDF().
float Search::action_cache::min_cost |
Definition at line 122 of file search.cc.
Referenced by Search::foreach_action_from_cache(), and Search::single_prediction_LDF().