Graph Hashing¶
Functions for hashing graphs to strings. Isomorphic graphs should be assigned identical hashes. For now, only Weisfeiler-Lehman hashing is implemented.
|
Return Weisfeiler Lehman (WL) graph hash. |
Note
This documents the development version of NetworkX. Documentation for the current release can be found here.
Functions for hashing graphs to strings. Isomorphic graphs should be assigned identical hashes. For now, only Weisfeiler-Lehman hashing is implemented.
|
Return Weisfeiler Lehman (WL) graph hash. |