CalculateGraphletKernel: Graphlet kernel

Description Usage Arguments Value Author(s) References Examples

View source: R/graphKernels.R

Description

This function calculates a kernel matrix of the graphlet kernel K_GL between unlabeled graphs.

Usage

1

Arguments

G

a list of igraph graphs

par

the number k of graphlet nodes (k = 3 or 4 is supported)

Value

a kernel matrix of the graphlet kernel K_GL

Author(s)

Mahito Sugiyama

References

Shervashidze, N., Vishwanathan, S. V. N., Petri, T., Mehlhorn, K., Borgwardt, K. M.: Efficient Graphlet Kernels for Large Graph Comparison, Proceedings of the 12th International Conference on Artificial Intelligence and Statistics (AISTATS), 5, 488-495 (2009) https://proceedings.mlr.press/v5/shervashidze09a.html.

Examples

1
2

Example output

Loading required package: igraph

Attaching package:igraphThe following objects are masked frompackage:stats:

    decompose, spectrum

The following object is masked frompackage:base:

    union

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