Learn Before
Concept

Procedure of k-WL algorithm

  1. Define subgraph tuples of size k and initialize labels according to the isomorphism class of this subgraph.
  2. Iteratively assign a new label to each subgraph by hashing the multi-set of the current labels within this subgraph’s neighborhood.
  3. Repeat Step 2 until the labels for all subgraphs converge.
  4. Construct the multi-set.

0

1

Updated 2022-07-24

Tags

Data Science