pm4py.algo.discovery.ocel.saw_nets.algorithm module#
- class pm4py.algo.discovery.ocel.saw_nets.algorithm.Variants(*values)[source]#
Bases:
Enum- CLASSIC = <module 'pm4py.algo.discovery.ocel.saw_nets.variants.classic' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/ocel/saw_nets/variants/classic.py'>#
- pm4py.algo.discovery.ocel.saw_nets.algorithm.apply(ocel: OCEL, variant=Variants.CLASSIC, parameters: Dict[Any, Any] | None = None) Dict[str, Any][source]#
Discovers a SAW net representing the behavior of the provided object-centric event log.
- Parameters:
ocel – Object-centric event log
variant – The variant of the algorithm to be used, possible values: Variants.CLASSIC
parameters – Variant-specific parameters
- Returns:
ot_saw_net => the SAW nets for the single object types
multi_saw_net => the overall SAW net
decorations_multi_saw_net => decorations for the visualization of the SAW net
- Return type:
Dictionary with the following keys