Skip to content

Commit

Permalink
docs(pm4py): updated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jun 14, 2023
1 parent af53df9 commit 1a3ebe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Among procedural process models, ``pm4py`` currently supports:
* :meth:`pm4py.conformance.fitness_alignments`; evaluation of the fitness between an event log and a *Petri net* using alignments.
* :meth:`pm4py.conformance.precision_token_based_replay`; evaluation of the precision between an event log and a *Petri net* using token-based replay.
* :meth:`pm4py.conformance.precision_alignments`; evaluation of the precision between an event log and a *Petri net* using alignments.
* :meth:`pm4py.conformance.replay_prefix_tbr`; replays a prefix (list of activities) on a given *Petri net*, using Token-Based Replay.

Among declarative process models, ``pm4py`` currently supports:

Expand Down Expand Up @@ -437,6 +438,7 @@ Overall List of Methods
pm4py.conformance.fitness_alignments
pm4py.conformance.precision_token_based_replay
pm4py.conformance.precision_alignments
pm4py.conformance.replay_prefix_tbr
pm4py.conformance.conformance_temporal_profile
pm4py.conformance.conformance_log_skeleton
pm4py.vis
Expand Down

0 comments on commit 1a3ebe9

Please sign in to comment.