graphical_models.classes.mags.ancestral_graph.AncestralGraph.c_components

AncestralGraph.c_components() List[set][source]

Return the c-components of this graph.

Returns

Return the partition of nodes coming from the relation of reachability by bidirected edges.

Return type

List[Set[node]]

Examples

TODO