pm4py.algo.discovery.powl 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.discovery.powl.inductive package
- Subpackages
- pm4py.algo.discovery.powl.inductive.base_case package
- pm4py.algo.discovery.powl.inductive.cuts package
- pm4py.algo.discovery.powl.inductive.fall_through package
- Submodules
- pm4py.algo.discovery.powl.inductive.fall_through.activity_concurrent module
- pm4py.algo.discovery.powl.inductive.fall_through.activity_once_per_trace module
- pm4py.algo.discovery.powl.inductive.fall_through.empty_traces module
- pm4py.algo.discovery.powl.inductive.fall_through.factory module
- pm4py.algo.discovery.powl.inductive.fall_through.flower module
- pm4py.algo.discovery.powl.inductive.fall_through.strict_tau_loop module
- pm4py.algo.discovery.powl.inductive.fall_through.tau_loop module
- pm4py.algo.discovery.powl.inductive.utils package
- pm4py.algo.discovery.powl.inductive.variants package
- Subpackages
- Submodules
- pm4py.algo.discovery.powl.inductive.variants.im_brute_force module
- pm4py.algo.discovery.powl.inductive.variants.im_dynamic_clustering module
- pm4py.algo.discovery.powl.inductive.variants.im_dynamic_clustering_frequencies module
- pm4py.algo.discovery.powl.inductive.variants.im_maximal module
- pm4py.algo.discovery.powl.inductive.variants.im_tree module
- pm4py.algo.discovery.powl.inductive.variants.powl_discovery_varaints module
- Subpackages
Submodules#
pm4py.algo.discovery.powl.algorithm module#
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
- pm4py.algo.discovery.powl.algorithm.get_variant(variant: POWLDiscoveryVariant) Type[IMBasePOWL] [source]#