Learn R Programming

edeaR (version 0.4.4)

trace_coverage: Metric: Trace coverage

Description

Analyses the structuredness of an event log by use of trace frequencies. Applicable at logn case and trace level

Trace: The absolute and relative frequency of each trace is returned

Case: for each case, the coverage of the corresponding trace is returned

Log: The number of traces to cover a certain percentage (default is 80%) of a log is computed. If a tie exists, the two nearest points are returned.

Usage

trace_coverage(eventlog, level_of_analysis, threshold = NULL)

Arguments

eventlog
The event log to be used. An object of class eventlog.
level_of_analysis
At which level the analysis of coverage should be performed: log, case or trace.
threshold
The threshold to be used for the analysis at log level. Default is at 0.8 (80%)