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

7 years ago
7 years ago
7 years ago
12345678910111213141516171819202122
  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.07
  12. * ADD mean average path kernel and its result on dataset Asyclic. - linlin
  13. * ADD delta kernel. - linlin
  14. * MOD reconstruction the code of marginalized kernel. - linlin
  15. ### 2017.12.05
  16. * ADD marginalized kernel and its result. - linlin
  17. * ADD list required python packages in file README.md. - linlin
  18. ### 2017.11.24
  19. * ADD shortest path kernel and its result. - linlin

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