pm4py.algo.conformance.alignments package#
PM4Py – A Process Mining Library for Python
Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see this software project’s root or visit <https://www.gnu.org/licenses/>.
Website: https://processintelligence.solutions Contact: info@processintelligence.solutions
Subpackages#
- pm4py.algo.conformance.alignments.decomposed package
- pm4py.algo.conformance.alignments.dfg package
- pm4py.algo.conformance.alignments.edit_distance package
- pm4py.algo.conformance.alignments.petri_net package
- Subpackages
- pm4py.algo.conformance.alignments.petri_net.utils package
- pm4py.algo.conformance.alignments.petri_net.variants package
- Submodules
- pm4py.algo.conformance.alignments.petri_net.variants.dijkstra_less_memory module
- pm4py.algo.conformance.alignments.petri_net.variants.dijkstra_no_heuristics module
- pm4py.algo.conformance.alignments.petri_net.variants.discounted_a_star module
- pm4py.algo.conformance.alignments.petri_net.variants.generator_dijkstra_less_memory module
- pm4py.algo.conformance.alignments.petri_net.variants.generator_dijkstra_no_heuristics module
- pm4py.algo.conformance.alignments.petri_net.variants.state_equation_a_star module
- pm4py.algo.conformance.alignments.petri_net.variants.tweaked_state_equation_a_star module
- Submodules
- pm4py.algo.conformance.alignments.petri_net.algorithm module
Variants
Parameters
Parameters.PARAM_TRACE_COST_FUNCTION
Parameters.PARAM_MODEL_COST_FUNCTION
Parameters.PARAM_SYNC_COST_FUNCTION
Parameters.PARAM_ALIGNMENT_RESULT_IS_SYNC_PROD_AWARE
Parameters.PARAM_TRACE_NET_COSTS
Parameters.TRACE_NET_CONSTR_FUNCTION
Parameters.TRACE_NET_COST_AWARE_CONSTR_FUNCTION
Parameters.PARAM_MAX_ALIGN_TIME_TRACE
Parameters.PARAM_MAX_ALIGN_TIME
Parameters.PARAMETER_VARIANT_DELIMITER
Parameters.CASE_ID_KEY
Parameters.ACTIVITY_KEY
Parameters.VARIANTS_IDX
Parameters.SHOW_PROGRESS_BAR
Parameters.CORES
Parameters.BEST_WORST_COST_INTERNAL
Parameters.FITNESS_ROUND_DIGITS
Parameters.SYNCHRONOUS
Parameters.EXPONENT
Parameters.ENABLE_BEST_WORST_COST
apply()
apply_trace()
apply_log()
apply_multiprocessing()
get_diagnostics_dataframe()
- Subpackages
- pm4py.algo.conformance.alignments.process_tree package