Description Usage Arguments Value Author(s) References Examples
This function calculates a kernel matrix of the Gaussian RBF kernel K_EH,G between edge label histograms.
1 |
G |
a list of |
par |
sigma in the Gaussian RBF kernel |
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.
1 2 | data(mutag)
K <- CalculateEdgeHistGaussKernel(mutag, .1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.