Description
traces
computes the different activity sequences of an event log
together with their absolute and relative frequencies.
Activity sequences are based on the start timestamp of activities.
Usage
traces(eventlog, ...)# S3 method for eventlog
traces(eventlog, ...)
# S3 method for grouped_eventlog
traces(eventlog, ...)
Arguments
eventlog
The event log to be used. An object of class
eventlog
.