ProM
Extended ProM Plug-in: PDC 2017 Test

The PDC 2017 Test ProM plug-in has been extended with additional preprocessors. 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 the appropriate PDC 2017 Log X Splitter plug-in. The … [Read more…]
ProM Plug-ins: PDC 2017 Log Filters and Splitters
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 … [Read more…]
ProM Import Plug-in: Import Log Skeleton
This import plug-in allows you to import a log skeleton from a log skeleton (.lsk) file. Name Import Log Skeleton Package LogSkeleton Parameters String (file name) Returns LogSkeleton (log skeleton)
ProM Export Plug-in: Export Log Skeleton
This export plug-in allows you to export a log skeleton to a log skeleton (.lsk) file. Name Export Log Skeleton Package LogSkeleton Parameters LogSkeleton (log skeleton), File (file) Returns None
ProM Visualizer Plug-in: Log Skeleton Filter and Browser

This plug-in allows you to visualize an event log using log skeletons. As an example, see the figure below. On the right-hand side, this visualization shows the visualization of a log skeleton using the Log Skeleton Browser. The options on the left-hand side determine the preprocessor that is applied to the log before the log … [Read more…]
ProM Plug-in: Classify Test Log using Log Skeleton
This headless plug-in classifies the traces in a second log given a first log. To do so, the plug-in first constructs a log skeleton from the first (training) log using the Build Log Skeleton from Event Log plug-in, and then filters the second (calibration or test) log using the constructed log skeleton using the Filter … [Read more…]
ProM Plug-in: Filter Event Log on Log Skeleton
This headless plug-in allows you to filter an event log using a log skeleton: The resulting log contains those traces that agree with the log skeleton. Name Filter Event Log on Log Skeleton Package LogSkeleton Parameters LogSkeleton (log skeleton), XLog (event log) Returns XLog containing those traces from the event log that agree with the … [Read more…]
ProM Plug-in: Build Log Skeleton from Event Log
This headless plug-in allows you to construct a log skeleton from an event log. The construction algorithm will only take the “concept:name” attribute of every event into account. Name Build Log Skeleton from Event Log Package LogSkeleton Parameters XLog (event log) Returns LogSkeleton constructed for the event log
Recent Comments