filter_precedence(eventlog, antecedents, consequents, precedence_type, filter_method, reverse = F)
eventlog
.directly_follows
, the consequent activity should happen immediately after the antecedent activities.
When eventually_follows
, other events are allowed to happen in between.each
, only cases where all the relations are valid are preserved. When one_of
, all the cases where
at least one of the conditions hold are preserved.