Learn Before
Concept
Procedure of k-WL algorithm
- Define subgraph tuples of size k and initialize labels according to the isomorphism class of this subgraph.
- Iteratively assign a new label to each subgraph by hashing the multi-set of the current labels within this subgraph’s neighborhood.
- Repeat Step 2 until the labels for all subgraphs converge.
- Construct the multi-set.
0
1
Updated 2022-07-24
Tags
Data Science