add_allowed(action a) | Search::predictor | |
add_allowed(action *a, size_t action_count) | Search::predictor | |
add_allowed(v_array< action > &a) | Search::predictor | |
add_allowed(action a, float cost) | Search::predictor | |
add_allowed(action *a, float *costs, size_t action_count) | Search::predictor | |
add_allowed(std::vector< std::pair< action, float > > &a) | Search::predictor | |
add_condition(ptag tag, char name) | Search::predictor | |
add_condition_range(ptag hi, ptag count, char name0) | Search::predictor | |
add_oracle(action a) | Search::predictor | |
add_oracle(action *a, size_t action_count) | Search::predictor | |
add_oracle(v_array< action > &a) | Search::predictor | |
erase_alloweds() | Search::predictor | |
erase_oracles() | Search::predictor | |
predict() | Search::predictor | |
predictor(search &sch, ptag my_tag) | Search::predictor | |
reset() | Search::predictor | |
set_allowed(action a) | Search::predictor | |
set_allowed(action *a, size_t action_count) | Search::predictor | |
set_allowed(v_array< action > &a) | Search::predictor | |
set_allowed(action a, float cost) | Search::predictor | |
set_allowed(action *a, float *costs, size_t action_count) | Search::predictor | |
set_allowed(std::vector< std::pair< action, float > > &a) | Search::predictor | |
set_condition(ptag tag, char name) | Search::predictor | |
set_condition_range(ptag hi, ptag count, char name0) | Search::predictor | |
set_input(example &input_example) | Search::predictor | |
set_input(example *input_example, size_t input_length) | Search::predictor | |
set_input_at(size_t posn, example &input_example) | Search::predictor | |
set_input_length(size_t input_length) | Search::predictor | |
set_learner_id(size_t id) | Search::predictor | |
set_oracle(action a) | Search::predictor | |
set_oracle(action *a, size_t action_count) | Search::predictor | |
set_oracle(v_array< action > &a) | Search::predictor | |
set_tag(ptag tag) | Search::predictor | |
set_weight(float w) | Search::predictor | |
~predictor() | Search::predictor | |