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 7a98686..4997c41 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 @@ -59,6 +59,7 @@ OUT_MEM_LIST = set({('StructuralSP', 'DD', 'True'), ('ShortestPath', 'TWITTER-Real-Graph-Partial', 'True'), ('ShortestPath', 'TWITTER-Real-Graph-Partial', 'False'), ('StructuralSP', 'TWITTER-Real-Graph-Partial', 'True'), + ('StructuralSP', 'TWITTER-Real-Graph-Partial', 'False'), }) MISS_LABEL_LIST = set({('StructuralSP', 'GREC', 'True'), 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 37cbb2e..35a6d63 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 @@ -130,6 +130,7 @@ OUT_MEM_LIST = set({('ShortestPath', 'REDDIT-BINARY', 'True'), ('ShortestPath', 'DBLP_v1', 'True'), ('ShortestPath', 'DBLP_v1', 'False'), ('StructuralSP', 'DBLP_v1', 'True'), + ('StructuralSP', 'DBLP_v1', 'False'), ('ShortestPath', 'COLLAB', 'True'), ('ShortestPath', 'COLLAB', 'False'), ('StructuralSP', 'COLLAB', 'True'),