Skip to content

bpm-diag/SupSeg

Repository files navigation

Supervised Segmentation through Trace Alignment

1. Preparation

  • Download the pre-built Fast-Downward planner.
  • Unpack the .zip archive in the root folder of the Eclipse project.
  • For Windows users only: Download standalone Python 2.7 interpreter.
  • For Linux/Mac users only: make sure that Python 2.7 interpreter is set as default.
  • edit the file <app.properties> accordingly with the desired properties:
    • input_log: the file path of the input UI log in XES format.
    • tasks: the file paths to the routine segments as PNML objects.

1. Installation

  • compile source files into a generated JAR (i.e., <segmentation.jar>)
  • put file <segmentation.jar> in the same directory of <app.properties>

2. Execution

  • java -jar <segmentation.jar>