Browse Source

Update GED fit distance experiments README.

v0.2.x
jajupmochi 4 years ago
parent
commit
09e1d02ae5
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      gklearn/experiments/thesis/ged/fit_distances/README.md

+ 7
- 0
gklearn/experiments/thesis/ged/fit_distances/README.md View File

@@ -4,8 +4,15 @@
``` ```
python3 -m pip install graphkit-learn python3 -m pip install graphkit-learn
python3 run_xp.py python3 run_xp.py
```

Plot results in figure and LaTex tables:
```
python3 ged_fit_distance_results_plot.py
``` ```


# Run xp (deprecated). # Run xp (deprecated).
```
export PYTHONPATH="/path/to/gedlibpy:/path/to/py-graph" export PYTHONPATH="/path/to/gedlibpy:/path/to/py-graph"
python optim_costs.py dataset output_file python optim_costs.py dataset output_file
```

Loading…
Cancel
Save