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(v_array< std::pair< action, float > > &a) | 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 | |
add_to(v_array< T > &A, bool &A_is_ptr, T a, bool clear_first) | Search::predictor | private |
add_to(v_array< T > &A, bool &A_is_ptr, T *a, size_t count, bool clear_first) | Search::predictor | private |
allowed_actions | Search::predictor | private |
allowed_actions_cost | Search::predictor | private |
allowed_cost_is_pointer | Search::predictor | private |
allowed_is_pointer | Search::predictor | private |
condition_on_names | Search::predictor | private |
condition_on_tags | Search::predictor | private |
ec | Search::predictor | private |
ec_alloced | Search::predictor | private |
ec_cnt | Search::predictor | private |
erase_alloweds() | Search::predictor | |
erase_oracles() | Search::predictor | |
free_ec() | Search::predictor | private |
is_ldf | Search::predictor | private |
learner_id | Search::predictor | private |
make_new_pointer(v_array< T > &A, size_t new_size) | Search::predictor | private |
my_tag | Search::predictor | private |
oracle_actions | Search::predictor | private |
oracle_is_pointer | Search::predictor | private |
predict() | Search::predictor | |
predictor(search &sch, ptag my_tag) | Search::predictor | |
reset() | Search::predictor | |
sch | Search::predictor | private |
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(v_array< std::pair< action, float > > &a) | 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 | |
weight | Search::predictor | private |
~predictor() | Search::predictor | |