Spaces:
Sleeping
Sleeping
Update src/vis_utils.py
Browse files- src/vis_utils.py +1 -1
src/vis_utils.py
CHANGED
@@ -22,7 +22,7 @@ global data_component, filter_component
|
|
22 |
|
23 |
|
24 |
|
25 |
-
def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric):
|
26 |
if benchmark_type == 'similarity':
|
27 |
return plot_similarity_results(methods_selected, x_metric, y_metric)
|
28 |
elif benchmark_type == 'function':
|
|
|
22 |
|
23 |
|
24 |
|
25 |
+
def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric, aspect, dataset_type, dataset, single_metric):
|
26 |
if benchmark_type == 'similarity':
|
27 |
return plot_similarity_results(methods_selected, x_metric, y_metric)
|
28 |
elif benchmark_type == 'function':
|