pm4py.conformance#
The pm4py.conformance
module contains the conformance checking algorithms implemented in pm4py
.
Functions
|
Check if a trace object fits a process model. |
|
Apply conformance checking against a DECLARE model. |
|
Apply the alignments algorithm between a log and a process model. |
Provide conformance checking diagnostics using footprints. |
|
Apply token-based replay for conformance checking analysis. |
|
|
Perform conformance checking using the log skeleton. |
|
Perform conformance checking on the provided log using the provided temporal profile. |
|
Calculate the fitness using alignments. |
|
Calculate fitness using footprints. |
|
Calculate the fitness using token-based replay. |
|
Compute the generalization of the model against the event log. |
|
Calculate the precision of the model with respect to the event log using alignments. |
|
Calculate precision using footprints. |
|
Calculate precision using token-based replay. |
|
Replay a prefix (list of activities) on a given accepting Petri net using Token-Based Replay. |