traces {bupaR} | R Documentation |
Traces
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(log, ..., eventlog = deprecated())
## S3 method for class 'log'
traces(log, ..., eventlog = deprecated())
## S3 method for class 'grouped_log'
traces(log, ..., eventlog = deprecated())
Arguments
log |
|
... |
Deprecated arguments |
eventlog |
Methods (by class)
-
traces(log)
: Construct traces list for eventlog -
traces(grouped_log)
: Construct list of traces for grouped log
See Also
[Package bupaR version 0.5.4 Index]