Rdocumentation
powered by
Learn R Programming
edeaR (version 0.4.4)
filter_activity_frequency: Filter: Activity frequency
Description
Filters the log based on its most frequent activities, until a specific percentile cut off.
Usage
filter_activity_frequency(eventlog, percentile_cut_off = 0.8, reverse = F)
Arguments
eventlog
The event log to be used. An object of class
eventlog
.
percentile_cut_off
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.
reverse
A logical parameter depicting whether the selection should be reversed.