CalculateVertexHistKernel {graphkernels} | R Documentation |
Linear kernel between vertex label histograms
Description
This function calculates a kernel matrix of the linear kernel
K_{VH}
between vertex label histograms.
Usage
CalculateVertexHistKernel(G)
Arguments
G |
a list of |
Value
a kernel matrix of the linear kernel K_{VH}
between vertex
label histograms
Author(s)
Mahito Sugiyama
References
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.
Examples
data(mutag)
K <- CalculateVertexHistKernel(mutag)
[Package graphkernels version 1.6.1 Index]