verenich / time-prediction-benchmark

Benchmark evaluation for predictive monitoring of remaining cycle time of business processes
https://arxiv.org/abs/1805.02896
Apache License 2.0
13 stars 10 forks source link

How can I get the result from TS #2

Open yizhiai1994 opened 5 years ago

yizhiai1994 commented 5 years ago

Dear Verenich: I have read your paper and I want to try your experiment again, but I didn't find how to get the result from TS in your the project. Did you get the result from Prom5? Sun

verenich commented 5 years ago

Hi there,

TS is a transition system as described in Aalst, 2011. I used the implementation available as a ProM plugin, I just had to modify the source code so that it would output predictions after each event, for benchmarking purposes.

yizhiai1994 commented 5 years ago

Dear Verenich: Thank you for your answer. I am new to ProM and I have some questions about how to modify the source code. 1. Which version of ProM did you use? (I just found FSM analysis in ProM5.2) 2. How can I modify the source code? (Could I modify the java file in ProM? or I should use other methods?)

verenich commented 5 years ago

Yes, the logic is based on FSM analyzer in ProM 5.2, you can pull ProM 5 source code and modify it there

verenich commented 5 years ago

Or you can use ready implementation from here https://svn.win.tue.nl/repos/prom/Packages/NiekTax/Trunk/src/org/processmining/niektax/qut/CalculateRemainCycleTime.java