pyhgf.plots.graphviz.plot_deep_network#

pyhgf.plots.graphviz.plot_deep_network(deep_network, filename=None, view=True)[source]#

Visualisation of a fully connected deep network using GraphViz.

Parameters:
  • deep_network (DeepNetwork) – The deep network whose structure is plotted.

  • filename (Optional[str]) – If provided, the rendered graph is saved to this file.

  • view (bool) – Whether to open the rendered graph in the default viewer.

Returns:

Graphviz object.

Return type:

graphviz_structure