Data Fields | |
int | error |
int | dim |
int | numCB |
int * | codebook |
cell ** | cells |
int * | utility |
int * | utility_inc |
int * | nearest_cb |
int * | points |
AVLFG * | rand_state |
Definition at line 45 of file elbg.c.
Definition at line 50 of file elbg.c.
Referenced by ff_do_elbg(), get_high_utility_cell(), get_new_centroids(), shift_codebook(), try_shift_candidate(), and update_utility_and_n_cb().
int* elbg_data::codebook |
int elbg_data::dim |
Definition at line 47 of file elbg.c.
Referenced by eval_error_cell(), ff_do_elbg(), get_closest_codebook(), get_new_centroids(), shift_codebook(), and try_shift_candidate().
int elbg_data::error |
Definition at line 46 of file elbg.c.
Referenced by do_shiftings(), evaluate_utility_inc(), ff_do_elbg(), and try_shift_candidate().
int elbg_data::numCB |
Definition at line 48 of file elbg.c.
Referenced by do_shiftings(), evaluate_utility_inc(), ff_do_elbg(), get_closest_codebook(), and get_high_utility_cell().
int* elbg_data::points |
Definition at line 54 of file elbg.c.
Referenced by eval_error_cell(), ff_do_elbg(), get_new_centroids(), shift_codebook(), and try_shift_candidate().
int* elbg_data::utility |
Definition at line 51 of file elbg.c.
Referenced by do_shiftings(), evaluate_utility_inc(), ff_do_elbg(), try_shift_candidate(), and update_utility_and_n_cb().
Definition at line 52 of file elbg.c.
Referenced by do_shiftings(), evaluate_utility_inc(), ff_do_elbg(), and get_high_utility_cell().