It looks like you're new here. If you want to get involved, click one of these buttons!
Dear friends,
I like tobe familiar with alpha algorithm, and exacly with the version of it that is implemented in Prom6.I read it in "Workflow Mining:
Discovering process models from event logs" ,I want tobe sure that alpha algorithm in prom6 is exactly same with the algorithm that explained in this paper.
Thanks
Mousavi
Update Joos: moved to correct category and removed 'announcement' status
Comments
I have forwarded your question to mr. van Dongen who implemented the algorithm. He might be able to answer your question.
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology
In short, no, the algorithm is not exactly the same. Instead, it deals with loops of length 1 and 2 in a specific way, while the algorithm in the paper you mention would just fail. Other than that, it is the same. If your log does not contain patterns like "a,a" or "a,b,a", then the algorithm is the same as the one in the paper.
Dear Friends,
thanks alot