├── Kronecker_Generator.py ├── StochasticKroneckerGenerator.py ├── StochasticKroneckerGeneratorTest.py └── graph_kernel.py /Kronecker_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pankajk/Deep-Graph-Kernels/HEAD/Kronecker_Generator.py -------------------------------------------------------------------------------- /StochasticKroneckerGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pankajk/Deep-Graph-Kernels/HEAD/StochasticKroneckerGenerator.py -------------------------------------------------------------------------------- /StochasticKroneckerGeneratorTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pankajk/Deep-Graph-Kernels/HEAD/StochasticKroneckerGeneratorTest.py -------------------------------------------------------------------------------- /graph_kernel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pankajk/Deep-Graph-Kernels/HEAD/graph_kernel.py --------------------------------------------------------------------------------