jajupmochi / graphkit-learn

A python package for graph kernels, graph edit distances, and graph pre-image problem.
https://graphkit-learn.readthedocs.io
GNU General Public License v3.0
123 stars 19 forks source link

Weisfeiler_Lehman graph kernel #2

Closed LYF14020510036 closed 4 years ago

LYF14020510036 commented 5 years ago

您好, 我刚刚入门graph, 请问一下 使用:Weisfeiler_Lehman graph kernel,链接矩阵必须是对称的(无向图)吗???

jajupmochi commented 5 years ago

In original paper and my implementation, only undirected graphs are considered. Check this paper. However there may be upgrades of the kernel recently. You may check this repository for more information.

LYF14020510036 commented 5 years ago

Thank you