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 335 B

7 years ago
7 years ago
123456789101112131415161718
  1. # py-graph
  2. a python package for graph kernels.
  3. ## requirements
  4. * numpy
  5. * scipy
  6. * matplotlib
  7. * networkx
  8. * sklearn
  9. * tabulate
  10. ## updates
  11. ### 2017.12.05
  12. * ADD marginalized kernel and its result. - linlin
  13. * ADD list required python packages in file README.md. - linlin
  14. ### 2017.11.24
  15. * ADD shortest path kernel and its result. - linlin

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