Graph Hashing# 图哈希函数,将图映射为字符串。 同构图应分配相同的哈希值。 目前仅实现了Weisfeiler-Lehman哈希方法。 weisfeiler_lehman_graph_hash(G[, edge_attr, ...]) 返回 Weisfeiler Lehman (WL) 图哈希值。 weisfeiler_lehman_subgraph_hashes(G[, ...]) 返回一个节点子图哈希的字典。