filter_trace_frequency(eventlog, lower_threshold = NULL, upper_threshold = NULL, percentile_cut_off = NULL, reverse = F)
eventlog
.reverse
is FALSE, all traces with a lower frequency are discarded.reverse
is FALSE, all traces with a higher frequency are discarded.reverse
is set to TRUE, it will return the least common traces, acoounting for 10% of the cases.