Skip to contents

[Experimental]

Filter cases based on infrequent flows.

Usage

filter_infrequent_flows(log, min_n = 2, eventlog = deprecated())

# S3 method for eventlog
filter_infrequent_flows(log, min_n = 2, eventlog = deprecated())

# S3 method for grouped_eventlog
filter_infrequent_flows(log, min_n = 2, eventlog = deprecated())

# S3 method for activitylog
filter_infrequent_flows(log, min_n = 2, eventlog = deprecated())

# S3 method for grouped_activitylog
filter_infrequent_flows(log, min_n = 2, eventlog = deprecated())

Arguments

log

log: Object of class log or derivatives (grouped_log, eventlog, activitylog, etc.).

min_n

numeric (default 2): Cases containing a flow that occurs less than min_n times are discarded.

eventlog

[Deprecated]; please use log instead.

Value

When given an object of type log, it will return a filtered log. When given an object of type grouped_log, the filter will be applied in a stratified way (i.e. each separately for each group). The returned log will be grouped on the same variables as the original log.

Methods (by class)

  • filter_infrequent_flows(eventlog): Filters infrequent flows for an eventlog.

  • filter_infrequent_flows(grouped_eventlog): Filters infrequent flows for a grouped_eventlog.

  • filter_infrequent_flows(activitylog): Filters infrequent flows for an activitylog.

  • filter_infrequent_flows(grouped_activitylog): Filters infrequent flows for a grouped_activitylog.

References

Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.