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.
# NOT RUN {data(mutag)
al.list <- as.list(rep(NA, length(mutag)))
for (i in1:length(mutag)) { al.list[[i]] <- as_adj_list(mutag[[i]]) }
K <- CalculateGraphletKernelCpp(list(), al.list, 4, 0)
# }