NetworkX

Previous topic

networkx.WeightedGraphMatcher.__init__

Next topic

networkx.WeightedGraphMatcher.is_isomorphic

networkx.WeightedGraphMatcher.initialize

WeightedGraphMatcher.initialize()

Reinitializes the state of the algorithm.

This method should be redefined if using something other than GMState. If only subclassing GraphMatcher, a redefinition is not necessary.