Browse Source

[Exp] Update exceptions in fcsp exps.

v0.2.x
jajupmochi 4 years ago
parent
commit
25e10c8d49
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py

+ 3
- 0
gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py View File

@@ -27,6 +27,7 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'),
('StructuralSP', 'COX2', 'False'),
('ShortestPath', 'DHFR', 'False'),
('StructuralSP', 'DHFR', 'False'),
('ShortestPath', 'MCF-7', 'True'),
('StructuralSP', 'OHSU', 'True'),
('StructuralSP', 'OHSU', 'False'),
('StructuralSP', 'Steroid', 'False'),
@@ -49,6 +50,8 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'),
('StructuralSP', 'REDDIT-BINARY', 'True'),
('StructuralSP', 'REDDIT-BINARY', 'False'),
('StructuralSP', 'Vitamin_D', 'False'),
('ShortestPath', 'Web', 'True'),
('ShortestPath', 'Web', 'False'),
})

OUT_MEM_LIST = set({('StructuralSP', 'DD', 'True'),


Loading…
Cancel
Save