Filters the log based on its most frequent activities, until a specific percentile cut off.
filter_activity_frequency(eventlog, percentile_cut_off = 0.8, reverse = F)ifilter_activity_frequency(eventlog)
The event log to be used. An object of class
eventlog
.
The target coverage of events A percentile of 0.9 will return the most common activity types of the eventlog, which account for 90% of the events.
A logical parameter depicting whether the selection should be reversed.