Provides summary statistics on the sizes of selfloops
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 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 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 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 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()
)
log: Object of class log or derivatives (grouped_log, eventlog, activitylog, etc.).
character (default "all"): The type of repetitions: "all" (default),
"repeat", or "redo". For more information, see 'Details' below.
character (default "log"): Level of granularity for the analysis: "log" (default),
"case", "activity", "resource", or "resource-activity". For more information,
see vignette("metrics", "edeaR") and 'Details' below.
logical (default FALSE) : The arguments
append and append_column
have been deprecated in favour of augment.
Indicating whether to append results to original log. Ignored when level is "log" or "trace".
The arguments
append and append_column have been deprecated in favour of augment.
Which of the output columns to append to log, if append = TRUE. Default column depends on chosen level.
size_of_selfloops(eventlog): Size of selfloops for eventlog
size_of_selfloops(grouped_eventlog): Size of selfloops for grouped eventlog
size_of_selfloops(activitylog): Size of selfloops for activitylog
size_of_selfloops(grouped_activitylog): Size of selfloops for grouped activitylog
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.
number_of_selfloops