Description Usage Arguments Value Author(s) References Examples
This function calculates a graphlet kernel matrix.
1 | CalculateGraphletKernelCpp(graph_adj_all, graph_adjlist_all, k, connected)
|
graph_adj_all |
a list of adjacency matrices |
graph_adjlist_all |
a list of adjacency lists |
k |
the number k of graphlet nodes |
connected |
whether or not graphlets are conneceted |
a kernel matrix of the respective graphlet kernel
Mahito Sugiyama
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.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.