Closed aditya11ad closed 1 year ago
hi,
this is working fine for frequency :
heu_net = heuristics_miner.apply_heu(log) heu_net.dfg_matrix
I also want to get performance(Time). what to do?
Hi, please find the performance information in the performance DFG:
perf_dfg, sa, ea = pm4py.discover_peformance_dfg(log)
hi,
this is working fine for frequency :
I also want to get performance(Time). what to do?