Analyses the structuredness of a log by use of trace frequencies.
Arguments
- log
log: Object of classlogor derivatives (grouped_log,eventlog,activitylog, etc.).- level
character(default"log"): Level of granularity for the analysis:"log"(default),"trace", or"case". For more information, seevignette("metrics", "edeaR")and Details below.- sort
logical(defaultTRUE): Sort output on count. Only for levels with frequency count output.
Details
Argument level has the following options:
At
"log"level, summary statistics of the coverage of traces are returned.On
"trace"level, the absolute and relative frequency of each trace are returned.On
"case"level, the coverage of the corresponding trace is returned for each case.
Methods (by class)
trace_coverage(log): Calculates trace coverage metric for alog.trace_coverage(grouped_log): Calculates trace coverage metric for agrouped_log.
References
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.
See also
Other metrics:
activity_frequency(),
activity_presence(),
end_activities(),
idle_time(),
number_of_repetitions(),
number_of_selfloops(),
number_of_traces(),
processing_time(),
resource_frequency(),
resource_involvement(),
resource_specialisation(),
start_activities(),
throughput_time(),
trace_length()
