plot_2d_cost_distribution(filenames,
information,
parameter,
create_png=False)
| source code
|
Plot two-dimensional cost distribution.
entries ... filled with dictionaries --> format see below
grid_size ... resolution of the generated 2D histogram
create_png ... if True, a .png-file is created
(otherwise interactive use)
entry format: dictionary with the following keys:
['benchmark', 'data structure', 'filename',
'samples', 'cost criteria']
Plots two different data sets against each other (e.g., same benchmark,
same data structure, but different cost criteria). Thus, it is possible
to visualize the correlation between this data.
|