CalculateVertexVertexEdgeHistKernel: Linear kernel combination of vertex label histograms and...

Description Usage Arguments Value Author(s) References Examples

View source: R/graphKernels.R

Description

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.

Usage

1

Arguments

G

a list of igraph graphs

par

a coefficient lambda, with which the resulting kernel is given as K_VH + lambda K_VEH

Value

a kernel matrix that is equivalent to K_VH + lambda K_VEH

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

1
2

graphkernels documentation built on Dec. 20, 2021, 9:07 a.m.