pm4py.objects.ocel.util.explode module#
- pm4py.objects.ocel.util.explode.apply(ocel: OCEL, parameters: Dict[Any, Any] | None = None) OCEL[source]#
Explode an OCEL: an event associated to N objects is “split” to N events, each one associated to one object.
- Parameters:
ocel – Object-centric event log
parameters – Possible parameters of the algorithm
- Returns:
Exploded object-centric event log
- Return type:
ocel