From 09e1d02ae5a73d3bc209c4761060ddcd0b02eea5 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 1 Jan 2021 16:26:12 +0100 Subject: [PATCH] Update GED fit distance experiments README. --- gklearn/experiments/thesis/ged/fit_distances/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gklearn/experiments/thesis/ged/fit_distances/README.md b/gklearn/experiments/thesis/ged/fit_distances/README.md index 367a92d..78fc992 100644 --- a/gklearn/experiments/thesis/ged/fit_distances/README.md +++ b/gklearn/experiments/thesis/ged/fit_distances/README.md @@ -4,8 +4,15 @@ ``` python3 -m pip install graphkit-learn python3 run_xp.py +``` + +Plot results in figure and LaTex tables: +``` +python3 ged_fit_distance_results_plot.py ``` # Run xp (deprecated). +``` export PYTHONPATH="/path/to/gedlibpy:/path/to/py-graph" python optim_costs.py dataset output_file +```