pm4py.algo.discovery.footprints.algorithm module#
- class pm4py.algo.discovery.footprints.algorithm.Variants(*values)[source]#
Bases:
Enum- ENTIRE_EVENT_LOG = <module 'pm4py.algo.discovery.footprints.log.variants.entire_event_log' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/log/variants/entire_event_log.py'>#
- ENTIRE_DATAFRAME = <module 'pm4py.algo.discovery.footprints.log.variants.entire_dataframe' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/log/variants/entire_dataframe.py'>#
- TRACE_BY_TRACE = <module 'pm4py.algo.discovery.footprints.log.variants.trace_by_trace' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/log/variants/trace_by_trace.py'>#
- PETRI_REACH_GRAPH = <module 'pm4py.algo.discovery.footprints.petri.variants.reach_graph' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/petri/variants/reach_graph.py'>#
- PROCESS_TREE = <module 'pm4py.algo.discovery.footprints.tree.variants.bottomup' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/tree/variants/bottomup.py'>#
- POWL = <module 'pm4py.algo.discovery.footprints.powl.variants.bottomup' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/powl/variants/bottomup.py'>#
- DFG = <module 'pm4py.algo.discovery.footprints.dfg.variants.dfg' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/discovery/footprints/dfg/variants/dfg.py'>#
- pm4py.algo.discovery.footprints.algorithm.apply(*args, variant=None, parameters: Dict[Any, Any] | None = None) Dict[str, Any][source]#
Discovers a footprint object from a log/model
- Parameters:
args – Positional arguments that describe the log/model
parameters – Parameters of the algorithm
variant –
- Variant of the algorithm, including:
Variants.ENTIRE_EVENT_LOG
Variants.TRACE_BY_TRACE
Variants.PETRI_REACH_GRAPH
Variants.DFG
- Returns:
Footprints object
- Return type:
footprints_obj