Description Usage Arguments Value Author(s) References Examples
This function calculates a kernel matrix of the linear kernel combination K_H of vertex label histograms K_VH and vertex-edge label histograms K_VEH.
1 |
G |
a list of |
par |
a coefficient lambda, with which the resulting kernel is given as K_VH + lambda K_VEH |
a kernel matrix that is equivalent to K_VH + lambda K_VEH
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 <- CalculateVertexVertexEdgeHistKernel(mutag, .1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.