Network.extract_components(self, w, graph=False)[source]¶Extract connected component information from a
libpysal.weights.weights.W object
Weights object created from the network segments (either raw or graph-theoretic)
Flag for raw network [False] or graph-theoretic network
True. Default is False.