|
123456789101112131415161718 |
- # py-graph
- a python package for graph kernels.
-
- ## requirements
-
- * numpy
- * scipy
- * matplotlib
- * networkx
- * sklearn
- * tabulate
-
- ## updates
- ### 2017.12.05
- * ADD marginalized kernel and its result. - linlin
- * ADD list required python packages in file README.md. - linlin
- ### 2017.11.24
- * ADD shortest path kernel and its result. - linlin
|