#include <search.h>
|
| predictor (search &sch, ptag my_tag) |
|
| ~predictor () |
|
predictor & | set_input (example &input_example) |
|
predictor & | set_input (example *input_example, size_t input_length) |
|
void | set_input_length (size_t input_length) |
|
void | set_input_at (size_t posn, example &input_example) |
|
predictor & | erase_oracles () |
|
predictor & | reset () |
|
predictor & | add_oracle (action a) |
|
predictor & | add_oracle (action *a, size_t action_count) |
|
predictor & | add_oracle (v_array< action > &a) |
|
predictor & | set_oracle (action a) |
|
predictor & | set_oracle (action *a, size_t action_count) |
|
predictor & | set_oracle (v_array< action > &a) |
|
predictor & | set_weight (float w) |
|
predictor & | erase_alloweds () |
|
predictor & | add_allowed (action a) |
|
predictor & | add_allowed (action *a, size_t action_count) |
|
predictor & | add_allowed (v_array< action > &a) |
|
predictor & | set_allowed (action a) |
|
predictor & | set_allowed (action *a, size_t action_count) |
|
predictor & | set_allowed (v_array< action > &a) |
|
predictor & | add_allowed (action a, float cost) |
|
predictor & | add_allowed (action *a, float *costs, size_t action_count) |
|
predictor & | add_allowed (v_array< std::pair< action, float > > &a) |
|
predictor & | add_allowed (std::vector< std::pair< action, float > > &a) |
|
predictor & | set_allowed (action a, float cost) |
|
predictor & | set_allowed (action *a, float *costs, size_t action_count) |
|
predictor & | set_allowed (v_array< std::pair< action, float > > &a) |
|
predictor & | set_allowed (std::vector< std::pair< action, float > > &a) |
|
predictor & | add_condition (ptag tag, char name) |
|
predictor & | set_condition (ptag tag, char name) |
|
predictor & | add_condition_range (ptag hi, ptag count, char name0) |
|
predictor & | set_condition_range (ptag hi, ptag count, char name0) |
|
predictor & | set_learner_id (size_t id) |
|
predictor & | set_tag (ptag tag) |
|
action | predict () |
|
Search::predictor::predictor |
( |
search & |
sch, |
|
|
ptag |
my_tag |
|
) |
| |
Search::predictor::~predictor |
( |
| ) |
|
predictor& Search::predictor::add_allowed |
( |
action * |
a, |
|
|
size_t |
action_count |
|
) |
| |
predictor& Search::predictor::add_allowed |
( |
action * |
a, |
|
|
float * |
costs, |
|
|
size_t |
action_count |
|
) |
| |
predictor& Search::predictor::add_allowed |
( |
std::vector< std::pair< action, float > > & |
a | ) |
|
predictor& Search::predictor::add_condition |
( |
ptag |
tag, |
|
|
char |
name |
|
) |
| |
predictor& Search::predictor::add_condition_range |
( |
ptag |
hi, |
|
|
ptag |
count, |
|
|
char |
name0 |
|
) |
| |
predictor& Search::predictor::add_oracle |
( |
action * |
a, |
|
|
size_t |
action_count |
|
) |
| |
predictor& Search::predictor::erase_alloweds |
( |
| ) |
|
predictor& Search::predictor::erase_oracles |
( |
| ) |
|
action Search::predictor::predict |
( |
| ) |
|
predictor& Search::predictor::set_allowed |
( |
action * |
a, |
|
|
size_t |
action_count |
|
) |
| |
predictor& Search::predictor::set_allowed |
( |
action * |
a, |
|
|
float * |
costs, |
|
|
size_t |
action_count |
|
) |
| |
predictor& Search::predictor::set_allowed |
( |
std::vector< std::pair< action, float > > & |
a | ) |
|
predictor& Search::predictor::set_condition |
( |
ptag |
tag, |
|
|
char |
name |
|
) |
| |
predictor& Search::predictor::set_condition_range |
( |
ptag |
hi, |
|
|
ptag |
count, |
|
|
char |
name0 |
|
) |
| |
predictor& Search::predictor::set_input |
( |
example * |
input_example, |
|
|
size_t |
input_length |
|
) |
| |
void Search::predictor::set_input_at |
( |
size_t |
posn, |
|
|
example & |
input_example |
|
) |
| |
void Search::predictor::set_input_length |
( |
size_t |
input_length | ) |
|
predictor& Search::predictor::set_learner_id |
( |
size_t |
id | ) |
|
predictor& Search::predictor::set_oracle |
( |
action * |
a, |
|
|
size_t |
action_count |
|
) |
| |
predictor& Search::predictor::set_weight |
( |
float |
w | ) |
|
The documentation for this class was generated from the following file:
- /__w/vowpal_wabbit/vowpal_wabbit/vowpalwabbit/search.h