plot_equivalence_class
Signature/Parameters
Plot the partially directed Markov equivalence class of the DAG.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
*args
|
Positional arguments forwarded to |
()
|
|
**kws
|
Keyword arguments forwarded to |
{}
|
Returns:
| Type | Description |
|---|---|
Axes
|
Axis containing the rendered equivalence class. |
Examples:
>>> G = DAG(graph="X -> Z <- Y")
>>> ax = G.plot_equivalence_class(show_plot=False)
>>> ax is not None
True