From 14bd9db5a7c7fd8f7783beb4bc66bfcf3801ab9b Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 4 May 2021 11:33:40 +0200 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- .../thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 9e9af66..e9ced4d 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 @@ -54,6 +54,16 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'OHSU', 'True'), ('StructuralSP', 'OHSU', 'False'), ('ShortestPath', 'OVCAR-8', 'True'), + ('ShortestPath', 'OVCAR-8', 'False'), + ('StructuralSP', 'OVCAR-8', 'True'), + ('StructuralSP', 'OVCAR-8', 'False'), + ('ShortestPath', 'OVCAR-8H', 'True'), + ('ShortestPath', 'OVCAR-8H', 'False'), + ('StructuralSP', 'OVCAR-8H', 'True'), + ('StructuralSP', 'OVCAR-8H', 'False'), + ('ShortestPath', 'P388', 'False'), + ('ShortestPath', 'P388', 'True'), + ('StructuralSP', 'P388', 'True'), ('StructuralSP', 'Steroid', 'False'), ('ShortestPath', 'SYNTHETIC', 'False'), ('StructuralSP', 'SYNTHETIC', 'True'),