TBFPC.to_digraph#

TBFPC.to_digraph()[source]#

Return the learned graph encoded in DOT format.

Returns:
str

DOT string compatible with Graphviz rendering utilities.

Examples

dot_str = model.to_digraph()