pm4py.sim.generate_process_tree#

pm4py.sim.generate_process_tree(**kwargs) ProcessTree[source]#

Generates a process tree

Reference paper: PTandLogGenerator: A Generator for Artificial Event Data

Parameters:

kwargs – dictionary containing the parameters of the process tree generator algorithm

Return type:

ProcessTree

import pm4py

process_tree = pm4py.generate_process_tree()