You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 313 B

123456789101112131415161718
  1. # Fit Distances
  2. # Run xp:
  3. ```
  4. python3 -m pip install graphkit-learn
  5. python3 run_xp.py
  6. ```
  7. Plot results in figure and LaTex tables:
  8. ```
  9. python3 ged_fit_distance_results_plot.py
  10. ```
  11. # Run xp (deprecated).
  12. ```
  13. export PYTHONPATH="/path/to/gedlibpy:/path/to/py-graph"
  14. python optim_costs.py dataset output_file
  15. ```

A Python package for graph kernels, graph edit distances and graph pre-image problem.