diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py index e21a6e6..37cbb2e 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py @@ -16,10 +16,12 @@ OUT_TIME_LIST = [] OUT_MEM_LIST = set({('ShortestPath', 'REDDIT-BINARY', 'True'), ('ShortestPath', 'REDDIT-BINARY', 'False'), + ('StructuralSP', 'ENZYMES', 'False'), ('ShortestPath', 'DD', 'True'), ('ShortestPath', 'DD', 'False'), ('StructuralSP', 'DD', 'True'), ('StructuralSP', 'DD', 'False'), + ('StructuralSP', 'COIL-DEL', 'True'), ('ShortestPath', 'COLORS-3', 'True'), ('ShortestPath', 'COLORS-3', 'False'), ('StructuralSP', 'COLORS-3', 'True'),