LoslegenKostenlos loslegen

Examining Traces

In order to get familiar with the process, we will first have a look at how structured it is. To start, (1) draw a graph of the trace coverage, and (2) indicate which of the statements is true. Afterwards, (3) visualize the top frequent process variants using trace_explorer().

The trace coverage can be obtained using the trace_coverage() metric with level = "trace". The result shows the relationship between number of traces and cumulative coverage of the event log.

Diese Übung ist Teil des Kurses

Business Process Analytics in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Create trace coverage graph
otc %>%
  ___ %>%
  ___
Code bearbeiten und ausführen