TBFPC.to_digraph# TBFPC.to_digraph()[source]# Return the learned graph encoded in DOT format. Returns: strDOT string compatible with Graphviz rendering utilities. Examples dot_str = model.to_digraph()