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 187f5b4..2de6b4d 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 @@ -46,6 +46,12 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'COIL-DEL', 'False'), ('ShortestPath', 'PROTEINS', 'False'), ('ShortestPath', 'PROTEINS_full', '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'), ('StructuralSP', 'Mutagenicity', 'True'), ('StructuralSP', 'Mutagenicity', 'False'), ('StructuralSP', 'REDDIT-BINARY', 'True'),