CalculateEdgeHistGaussKernel {graphkernels} | R Documentation |
This function calculates a kernel matrix of the Gaussian RBF kernel
K_{EH,G}
between edge label histograms.
CalculateEdgeHistGaussKernel(G, par)
G |
a list of |
par |
|
a kernel matrix of the Gaussian RBF kernel K_{EH,G}
between edge label histograms
Mahito Sugiyama
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.
data(mutag)
K <- CalculateEdgeHistGaussKernel(mutag, .1)