Go to the source code of this file.
Namespaces | |
process_shonan_timing_results | |
Functions | |
def | process_shonan_timing_results.make_combined_plot (name, p_values, times, costs, min_cost_range=10) |
def | process_shonan_timing_results.make_convergence_plot (name, p_values, times, costs, iter=10) |
def | process_shonan_timing_results.make_eigen_and_bound_plot (name, p_values, times1, costPs, cost3s, times2, min_eigens, subounds) |
Variables | |
process_shonan_timing_results.args = parser.parse_args() | |
process_shonan_timing_results.cost3s | |
process_shonan_timing_results.costPs | |
process_shonan_timing_results.domain = os.path.abspath(args.path) | |
list | process_shonan_timing_results.file_path = [] |
process_shonan_timing_results.min_eigens | |
process_shonan_timing_results.name_file = None | |
dictionary | process_shonan_timing_results.names = {} |
process_shonan_timing_results.p_values | |
process_shonan_timing_results.parser = argparse.ArgumentParser() | |
process_shonan_timing_results.reader = csv.reader(csvfile, delimiter='\t') | |
process_shonan_timing_results.subounds | |
process_shonan_timing_results.times1 | |
process_shonan_timing_results.times2 | |