graph ===== Classes to work with a graph. Currently, there is only one class: ``connectedComponentsLabeler``. This class makes it possible to identifiy the connected components of an undirected graph. This little `beamer presentation `_ will enable you to understand how the algorithm work. This algorithm is, for example, used in the `kad-clustering `_ project to cluster parcels. .. automodule:: graph :members: connectedComponentsLabeler