pm4py.ocel.ocel_objects_interactions_summary#
- pm4py.ocel.ocel_objects_interactions_summary(ocel: OCEL) DataFrame [source]#
Gets the objects interactions summary of an object-centric event log. The objects interactions summary has a row for every combination (event, related object, other related object). Properties such as the activity of the event, and the object types of the two related objects, are included.
- Parameters:
ocel (
OCEL
) – object-centric event log- Return type:
OCEL
import pm4py interactions_summary = pm4py.ocel_objects_interactions_summary(ocel)