Provides summary statistics on the sizes of selfloops
Usage
size_of_selfloops(
log,
type = c("all", "repeat", "redo"),
level = c("log", "case", "activity", "resource", "resource-activity"),
append = deprecated(),
append_column = NULL,
eventlog = deprecated()
)
# S3 method for class 'eventlog'
size_of_selfloops(
log,
type = c("all", "repeat", "redo"),
level = c("log", "case", "activity", "resource", "resource-activity"),
append = deprecated(),
append_column = NULL,
eventlog = deprecated()
)
# S3 method for class 'grouped_eventlog'
size_of_selfloops(
log,
type = c("repeat", "redo"),
level = c("log", "case", "activity", "resource", "resource-acitivty"),
append = deprecated(),
append_column = NULL,
eventlog = deprecated()
)
# S3 method for class 'activitylog'
size_of_selfloops(
log,
type = c("all", "repeat", "redo"),
level = c("log", "case", "activity", "resource", "resource-activity"),
append = deprecated(),
append_column = NULL,
eventlog = deprecated()
)
# S3 method for class 'grouped_activitylog'
size_of_selfloops(
log,
type = c("all", "repeat", "redo"),
level = c("log", "case", "activity", "resource", "resource-activity"),
append = deprecated(),
append_column = NULL,
eventlog = deprecated()
)
Arguments
- log
log
: Object of classlog
or derivatives (grouped_log
,eventlog
,activitylog
, etc.).- type
character
(default"all"
): The type of repetitions:"all"
(default),"repeat"
, or"redo"
. For more information, see 'Details' below.- level
character
(default"log"
): Level of granularity for the analysis:"log"
(default),"case"
,"activity"
,"resource"
, or"resource-activity"
. For more information, seevignette("metrics", "edeaR")
and 'Details' below.- append
logical
(defaultFALSE
) : The argumentsappend
andappend_column
have been deprecated in favour ofaugment
.
Indicating whether to append results to original log. Ignored when level is"log"
or"trace"
.- append_column
The arguments
append
andappend_column
have been deprecated in favour ofaugment
.
Which of the output columns to append to log, ifappend = TRUE
. Default column depends on chosen level.- eventlog
Methods (by class)
size_of_selfloops(eventlog)
: Size of selfloops for eventlogsize_of_selfloops(grouped_eventlog)
: Size of selfloops for grouped eventlogsize_of_selfloops(activitylog)
: Size of selfloops for activitylogsize_of_selfloops(grouped_activitylog)
: Size of selfloops for grouped activitylog
References
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.