pm4py.algo.conformance.multialignments package¶
Subpackages¶
Submodules¶
pm4py.algo.conformance.multialignments.algorithm module¶
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
PM4Py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PM4Py is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
-
class
pm4py.algo.conformance.multialignments.algorithm.Parameters[source]¶ Bases:
enum.EnumAn enumeration.
-
ACTIVITY_KEY= 'pm4py:param:activity_key'¶
-
CASE_ID_KEY= 'pm4py:param:case_id_key'¶
-
EXPONENT= 'exponent'¶
-
MARKING_LIMIT= 'marking_limit'¶
-
-
class
pm4py.algo.conformance.multialignments.algorithm.Variants[source]¶ Bases:
enum.EnumAn enumeration.
-
VERSION_DISCOUNTED_A_STAR= <module 'pm4py.algo.conformance.multialignments.variants.discounted_a_star' from '/home/docs/checkouts/readthedocs.org/user_builds/pm4py-source/checkouts/latest/pm4py/algo/conformance/multialignments/variants/discounted_a_star.py'>¶
-
-
pm4py.algo.conformance.multialignments.algorithm.apply(log, petri_net, initial_marking, final_marking, parameters=None, variant=<Variants.VERSION_DISCOUNTED_A_STAR: <module 'pm4py.algo.conformance.multialignments.variants.discounted_a_star' from '/home/docs/checkouts/readthedocs.org/user_builds/pm4py-source/checkouts/latest/pm4py/algo/conformance/multialignments/variants/discounted_a_star.py'>>)[source]¶
-
pm4py.algo.conformance.multialignments.algorithm.apply_log(log, petri_net, initial_marking, final_marking, parameters=None, variant=<Variants.VERSION_DISCOUNTED_A_STAR: <module 'pm4py.algo.conformance.multialignments.variants.discounted_a_star' from '/home/docs/checkouts/readthedocs.org/user_builds/pm4py-source/checkouts/latest/pm4py/algo/conformance/multialignments/variants/discounted_a_star.py'>>)[source]¶ apply multialignments to a log :Parameters: * log – object of the form
pm4py.log.log.EventLogevent log- petri_net –
pm4py.objects.petri.petrinet.PetriNetthe model to use for the alignment - initial_marking –
pm4py.objects.petri.petrinet.Markinginitial marking of the net - final_marking –
pm4py.objects.petri.petrinet.Markingfinal marking of the net - variant – selected variant of the algorithm
- parameters –
dictparameters of the algorithm,
- petri_net –
Module contents¶
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
PM4Py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PM4Py is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PM4Py. If not, see <https://www.gnu.org/licenses/>.