CalculateShortestPathKernel {graphkernels} | R Documentation |
This function calculates a kernel matrix of the shortest-path kernel
K_{SP}
.
CalculateShortestPathKernel(G)
G |
a list of |
a kernel matrix of the shortest-path kernel K_{SP}
Mahito Sugiyama
Borgwardt, K. M., Kriegel, H.-P.: Shortest-Path Kernels on Graphs, Proceedings of the 5th IEEE International Conference on Data Mining (ICDM'05), 74-81 (2005) https://ieeexplore.ieee.org/document/1565664/.
data(mutag)
K <- CalculateShortestPathKernel(mutag)