module documentation

Routines for the generation of TeX tables.

Function cite Returns the citation key associated to the algorithm name.
Function get_table_caption Sets table caption.
Function get_top_indices_of_columns For each column, returns a list of the maxRank-ranked elements.
Function main Generate one table per func with results of multiple algorithms.
Variable allmedtarget Undocumented
Variable allmintarget Undocumented
Variable maxfloatrepr Undocumented
Variable precdispersion Undocumented
Variable precfloat Undocumented
Variable precscien Undocumented
Variable show_number_of_better_runs_threshold Undocumented
Variable significance_vs_others_symbol Undocumented
Variable significance_vs_others_symbol_html Undocumented
Variable significance_vs_ref_symbol Undocumented
Variable significance_vs_ref_symbol_html Undocumented
Variable table_column_width Undocumented
Variable table_first_column_width Undocumented
Variable with_table_heading Undocumented
def cite(alg_name, is_noise_free, is_noisy):

Returns the citation key associated to the algorithm name.

Hard coded while no other solution is found.

def get_table_caption():

Sets table caption.

Based on the testbedsettings.current_testbed and genericsettings.runlength_based_targets.

def get_top_indices_of_columns(table, max_rank=None):

For each column, returns a list of the maxRank-ranked elements.

This list may have a length larger than maxRank in the case of ties.

def main(dict_alg, sorted_algs, output_dir='.', function_targets_line=True, latex_commands_file=''):

Generate one table per func with results of multiple algorithms.

allmedtarget: dict =

Undocumented

allmintarget: dict =

Undocumented

maxfloatrepr: float =

Undocumented

precdispersion: int =

Undocumented

precfloat: int =

Undocumented

precscien: int =

Undocumented

show_number_of_better_runs_threshold: float =

Undocumented

significance_vs_others_symbol: str =

Undocumented

significance_vs_others_symbol_html: str =

Undocumented

significance_vs_ref_symbol: str =

Undocumented

significance_vs_ref_symbol_html: str =

Undocumented

table_column_width: int =

Undocumented

table_first_column_width: int =

Undocumented

with_table_heading: bool =

Undocumented