powered by
This function calculates a kernel matrix of the linear kernel \(K_{VEH}\) between vertex-edge label histograms.
CalculateVertexEdgeHistKernel(G)
a list of igraph graphs
igraph
a kernel matrix of the linear kernel \(K_{VEH}\) between vertex-edge label histograms
Sugiyama, M., Borgwardt, K. M.: Halting in Random Walk Kernels, Advances in Neural Information Processing Systems (NIPS 2015), 28, 1630-1638 (2015) https://papers.nips.cc/paper/5688-halting-in-random-walk-kernels.pdf.
# NOT RUN { data(mutag) K <- CalculateVertexEdgeHistKernel(mutag) # }
Run the code above in your browser using DataLab