|
12345678910111213141516171819202122 |
- # py-graph
- a python package for graph kernels.
-
- ## requirements
-
- * numpy
- * scipy
- * matplotlib
- * networkx
- * sklearn
- * tabulate
-
- ## updates
- ### 2017.12.07
- * ADD mean average path kernel and its result on dataset Asyclic. - linlin
- * ADD delta kernel. - linlin
- * MOD reconstruction the code of marginalized kernel. - linlin
- ### 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
|