pm4py.conformance#
The pm4py.conformance
module contains the conformance checking algorithms implemented in pm4py
Functions
|
Checks if a trace object is fit against a process model |
|
Applies 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. |
|
|
Performs conformance checking using the log skeleton |
|
Performs conformance checking on the provided log with the provided temporal profile. |
|
Calculates the fitness using alignments The output dictionary contains the following keys: - average_trace_fitness (between 0.0 and 1.0; computed as average of the trace fitnesses) - log_fitness (between 0.0 and 1.0) - percentage_of_fitting_traces (the percentage of fit traces (from 0.0 to 100.0) |
|
Calculates fitness using footprints. |
|
Calculates the fitness using token-based replay. |
|
Computes the generalization of the model (against the event log). |
|
Calculates the precision of the model w.r.t. |
|
Calculates precision using footprints |
|
Calculates the precision precision using token-based replay |
|
Replays a prefix (list of activities) on a given accepting Petri net, using Token-Based Replay. |