This is a series of plug-in created to preprocess the Process Discovery Contest (PDC) 2017 event logs:
- PDC 2017 Log 1 Filter
- f = j (that is, in every trace f and j occur equally often, etc.)
- f + d = 1
- b = l
- c = s
- d = o = h
- PDC 2017 Log 2 Filter
- k = 1
- d = 1
- b = i + e
- PDC 2017 Log 2 Splitter
- a over a
- s over s
- PDC 2017 Log 4 Splitter
- t over l
- r over b
- m over b
- PDC 2017 Log 5 Filter
- f = 1
- PDC 2017 Log 5 Splitter
- a over a
- i over i
- g over g
- i.1 over i.1
- g.1 over g.1
- PDC 2017 Log 7 Splitter
- n over f
- h over i
- c over i
- h.0 over c.0
- p over e
- c.0 over h.0.0
- ‘7B’:
- b becomes b.1 if last activity in trace
- b becomes b.1 if last-but-one activity in trace and last activity is s
- b becomes b.0 otherwise
- PDC 2017 Log 9 Filter
- c + f = 1
- c + l = 1
- PDC 2017 Log 9 Splitter
- t over v
- ad over k
- ad.0 over ad.0
- k over b
- z over ad.1
- h over z.1
- p over b
- o over o
- PDC 2017 Log 10 Filter
- d = 1
- PDC 2017 Log 10 Splitter
- o over j
- i over j
- q over q
- j over j
- g over q.1
- o.1 over o.1
- q.1 over q.1
Name | PDC 2017 Log X Filter/Splitter |
---|---|
Package | LogSkeleton |
Parameters | XLog (event log) |
Returns | XLog containing the filtered or split traces from the event log. |
New ProM Plug-in: PDC 2017 Test – Eric Verbeek
[…] The “PDC 2017” preprocessor filters out the noise from the noisy logs using the appropriate PDC 2017 Log X Filter plug-in, extends some logs with missing traces (see below), and splits duplicate activities using […]
Extended ProM Plug-in: PDC 2017 Test – Eric Verbeek
[…] “PDC 2017” preprocessor filters out the noise from the noisy logs using the appropriate PDC 2017 Log X Filter plug-in, extends some logs with missing traces (see below), and splits duplicate activities using […]