pm4py.algo.transformation.ocel.split_ocel.variants package¶
Submodules¶
pm4py.algo.transformation.ocel.split_ocel.variants.connected_components 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.transformation.ocel.split_ocel.variants.connected_components.Parameters[source]¶ Bases:
enum.EnumAn enumeration.
-
CENTRALITY_MEASURE= 'centrality_measure'¶
-
ENABLE_PRINTS= 'enable_prints'¶
-
MAX_VALUE_CENTRALITY= 'max_value_centrality'¶
-
-
pm4py.algo.transformation.ocel.split_ocel.variants.connected_components.apply(ocel: pm4py.objects.ocel.obj.OCEL, parameters: Optional[Dict[Any, Any]] = None)[source]¶ Split the OCEL based on the connected components of the object interaction graph. It is also possible, to remove the nodes with higher centrality providing a centrality measure and a maximum value of this centrality.
Parameters: - ocel – OCEL
- parameters – Parameters of the algorithm, including: - Parameters.CENTRALITY_MEASURE => centrality measure - Parameters.MAX_VALUE_CENTRALITY => maximum value of centrality
Returns: List of OCELs found based on the connected components
Return type: splitted_ocel
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/>.