pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

generate diagrams for both frequency and performance #380

Closed aditya11ad closed 1 year ago

aditya11ad commented 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?

fit-alessandro-berti commented 1 year ago

Hi, please find the performance information in the performance DFG:

perf_dfg, sa, ea = pm4py.discover_peformance_dfg(log)