pm4py.streaming.algo.conformance.footprints.algorithm module#
- class pm4py.streaming.algo.conformance.footprints.algorithm.Variants(*values)[source]#
Bases:
Enum- CLASSIC = <module 'pm4py.streaming.algo.conformance.footprints.variants.classic' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/streaming/algo/conformance/footprints/variants/classic.py'>#
- pm4py.streaming.algo.conformance.footprints.algorithm.apply(footprints, variant=Variants.CLASSIC, parameters=None)[source]#
Gets a footprints conformance checking object
- Parameters:
footprints – Footprints object (calculated from an entire log, from a process tree …)
variant – Variant of the algorithm. Possible values: Variants.CLASSIC
parameters – Parameters of the algorithm
- Returns:
Footprints conformance checking object
- Return type:
fp_check_obj