graphtester.test#

Use WL to test the graph isomorphism.

Functions

k_weisfeiler_lehman_test(G1, G2, k[, ...])

Apply k-Weisfeiler Lehman (k-WL) graph isomorphism test.

weisfeiler_lehman_hash(G[, edge_attr, ...])

Apply 1-Weisfeiler Lehman (1-WL) test to create a graph hash.

weisfeiler_lehman_test(G1, G2[, edge_attr, ...])

Apply 1-Weisfeiler Lehman (1-WL) graph isomorphism test.