diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py index e67966a..e033790 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py @@ -29,6 +29,7 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'DHFR', 'False'), ('StructuralSP', 'OHSU', 'True'), ('StructuralSP', 'OHSU', 'False'), + ('StructuralSP', 'SYNTHETIC', 'True'), ('ShortestPath', 'SYNTHETICnew', 'False'), ('StructuralSP', 'SYNTHETICnew', 'True'), ('StructuralSP', 'SYNTHETICnew', 'False'), 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 233c4a2..c82d6c9 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 @@ -18,10 +18,17 @@ OUT_MEM_LIST = set({('ShortestPath', 'REDDIT-BINARY', 'True'), ('ShortestPath', 'REDDIT-BINARY', 'False'), ('ShortestPath', 'DD', 'True'), ('ShortestPath', 'DD', 'False'), + ('StructuralSP', 'DD', 'True'), + ('StructuralSP', 'DD', 'False'), ('ShortestPath', 'COLORS-3', 'True'), ('ShortestPath', 'COLORS-3', 'False'), ('StructuralSP', 'COLORS-3', 'True'), ('StructuralSP', 'COLORS-3', 'False'), + ('StructuralSP', 'PROTEINS', 'True'), + ('StructuralSP', 'PROTEINS', 'False'), + ('StructuralSP', 'PROTEINS_full', 'True'), + ('StructuralSP', 'PROTEINS_full', 'False'), + ('StructuralSP', 'MSRC_21', 'False'), ('ShortestPath', 'MCF-7', 'True'), ('ShortestPath', 'MCF-7', 'False'), ('StructuralSP', 'MCF-7', 'True'), @@ -126,6 +133,10 @@ OUT_MEM_LIST = set({('ShortestPath', 'REDDIT-BINARY', 'True'), ('StructuralSP', 'COLLAB', 'True'), ('StructuralSP', 'COLLAB', 'False'), ('ShortestPath', 'REDDIT-BINARY', 'False'), + ('StructuralSP', 'REDDIT-BINARY', 'True'), + ('StructuralSP', 'REDDIT-BINARY', 'False'), + ('ShortestPath', 'REDDIT-MULTI-5K', 'True'), + ('ShortestPath', 'REDDIT-MULTI-5K', 'False'), ('StructuralSP', 'REDDIT-MULTI-5K', 'True'), ('StructuralSP', 'REDDIT-MULTI-5K', 'False'), ('ShortestPath', 'REDDIT-MULTI-12K', 'True'),