To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.
removing Events from log
Hi everyone
I have a log and some pattern and I want to delete every occurrence of this pattern in the log. for example the log is [<a,b,c,d,e,f,g>,<a,c,d,c,d,e,g>,<a,c,c,b,c,e,e,g>] and the pattern is "d,e". The desirable log would be [<a,b,c,f,g>,<a,c,d,c,g>,<a,c,c,b,c,e,e,g>]. It is possible to check if a trace includes the pattern or not. But is there anyway for removing a special pattern or an event from a trace?
Any tip would be appreciated.
I have a log and some pattern and I want to delete every occurrence of this pattern in the log. for example the log is [<a,b,c,d,e,f,g>,<a,c,d,c,d,e,g>,<a,c,c,b,c,e,e,g>] and the pattern is "d,e". The desirable log would be [<a,b,c,f,g>,<a,c,d,c,g>,<a,c,c,b,c,e,e,g>]. It is possible to check if a trace includes the pattern or not. But is there anyway for removing a special pattern or an event from a trace?
Any tip would be appreciated.
Comments
-
try
list.subList(from, to).clear<span>(); </span> ;) <span> </span>
Howdy, Stranger!
Categories
- 1.6K All Categories
- 45 Announcements / News
- 225 Process Mining
- 6 - BPI Challenge 2020
- 9 - BPI Challenge 2019
- 24 - BPI Challenge 2018
- 27 - BPI Challenge 2017
- 8 - BPI Challenge 2016
- 68 Research
- 1K ProM 6
- 393 - Usage
- 287 - Development
- 9 RapidProM
- 1 - Usage
- 7 - Development
- 54 ProM5
- 19 - Usage
- 187 Event Logs
- 32 - ProMimport
- 75 - XESame