elbg_data Struct Reference

ELBG internal data. More...

Data Fields

int error
int dim
int numCB
int * codebook
cell ** cells
int * utility
int * utility_inc
int * nearest_cb
int * points
AVLFGrand_state
int * scratchbuf

Detailed Description

ELBG internal data.

Definition at line 45 of file elbg.c.

Field Documentation

int* elbg_data::codebook

Definition at line 49 of file elbg.c.

Referenced by ff_do_elbg(), and get_closest_codebook().

int elbg_data::dim
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::nearest_cb

Definition at line 53 of file elbg.c.

Referenced by ff_do_elbg(), and update_utility_and_n_cb().

int elbg_data::numCB
int* elbg_data::points
AVLFG* elbg_data::rand_state

Definition at line 55 of file elbg.c.

Referenced by ff_do_elbg(), and get_high_utility_cell().

int* elbg_data::scratchbuf

Definition at line 56 of file elbg.c.

Referenced by ff_do_elbg(), simple_lbg(), and try_shift_candidate().

int* elbg_data::utility
int* elbg_data::utility_inc

Definition at line 52 of file elbg.c.

Referenced by do_shiftings(), evaluate_utility_inc(), ff_do_elbg(), and get_high_utility_cell().


The documentation for this struct was generated from the following file: