View source: R/number_of_traces.R
number_of_traces | R Documentation |
Computes how many traces there are.
This metric provides two values, the absolute and relative number of traces that occur in the log. The relative number shows expected number of traces needed to cover 100 cases.
number_of_traces(log, eventlog = deprecated())
## S3 method for class 'log'
number_of_traces(log, eventlog = deprecated())
## S3 method for class 'grouped_log'
number_of_traces(log, eventlog = deprecated())
log |
|
eventlog |
number_of_traces(log)
: Number of traces in a log
.
number_of_traces(grouped_log)
: Number of traces in a grouped_log
.
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.
traces
Other metrics:
activity_frequency()
,
activity_presence()
,
end_activities()
,
idle_time()
,
number_of_repetitions()
,
number_of_selfloops()
,
processing_time()
,
resource_frequency()
,
resource_involvement()
,
resource_specialisation()
,
start_activities()
,
throughput_time()
,
trace_coverage()
,
trace_length()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.