Browse Source

[Exp] Update exceptions in fcsp exps.

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

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

@@ -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'),


Loading…
Cancel
Save