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 2de6b4d..5944f58 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 @@ -28,7 +28,13 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('ShortestPath', 'DHFR', 'False'), ('StructuralSP', 'DHFR', 'False'), ('ShortestPath', 'MCF-7', 'True'), + ('ShortestPath', 'MCF-7', 'False'), + ('StructuralSP', 'MCF-7', 'True'), + ('StructuralSP', 'MCF-7', 'False'), ('ShortestPath', 'MCF-7H', 'True'), + ('ShortestPath', 'MCF-7H', 'False'), + ('StructuralSP', 'MCF-7H', 'True'), + ('StructuralSP', 'MCF-7H', 'False'), ('StructuralSP', 'OHSU', 'True'), ('StructuralSP', 'OHSU', 'False'), ('StructuralSP', 'Steroid', 'False'), @@ -49,9 +55,10 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('ShortestPath', 'MOLT-4', 'False'), ('StructuralSP', 'MOLT-4', 'True'), ('StructuralSP', 'MOLT-4', 'False'), - ('ShortestPath', 'MOLT-4', 'True'), - ('ShortestPath', 'MOLT-4', 'False'), - ('StructuralSP', 'MOLT-4', 'True'), + ('ShortestPath', 'MOLT-4H', 'True'), + ('ShortestPath', 'MOLT-4H', 'False'), + ('StructuralSP', 'MOLT-4H', 'True'), + ('StructuralSP', 'MOLT-4H', 'False'), ('StructuralSP', 'Mutagenicity', 'True'), ('StructuralSP', 'Mutagenicity', 'False'), ('StructuralSP', 'REDDIT-BINARY', 'True'),