module documentation
Routines for the generation of TeX tables.
| Function | cite |
Returns the citation key associated to the algorithm name. |
| Function | get |
Sets table caption. |
| Function | get |
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 |
Undocumented |
| Variable | significance |
Undocumented |
| Variable | significance |
Undocumented |
| Variable | significance |
Undocumented |
| Variable | significance |
Undocumented |
| Variable | table |
Undocumented |
| Variable | table |
Undocumented |
| Variable | with |
Undocumented |
Returns the citation key associated to the algorithm name.
Hard coded while no other solution is found.
Sets table caption.
Based on the testbedsettings.current_testbed and genericsettings.runlength_based_targets.
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.