pm4py.algo.enhancement.roles.variants package¶
Submodules¶
pm4py.algo.enhancement.roles.variants.log 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.enhancement.roles.variants.log.Parameters[source]¶ Bases:
enum.EnumAn enumeration.
-
ACTIVITY_KEY= 'pm4py:param:activity_key'¶
-
RESOURCE_KEY= 'pm4py:param:resource_key'¶
-
ROLES_THRESHOLD_PARAMETER= 'roles_threshold_parameter'¶
-
-
pm4py.algo.enhancement.roles.variants.log.apply(log, parameters=None)[source]¶ Gets the roles (group of different activities done by similar resources) out of the log
Parameters: - log – Log object
- parameters – Possible parameters of the algorithm
Returns: List of different roles inside the log
Return type: roles
pm4py.algo.enhancement.roles.variants.pandas 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.enhancement.roles.variants.pandas.Parameters[source]¶ Bases:
enum.EnumAn enumeration.
-
ACTIVITY_KEY= 'pm4py:param:activity_key'¶
-
RESOURCE_KEY= 'pm4py:param:resource_key'¶
-
ROLES_THRESHOLD_PARAMETER= 'roles_threshold_parameter'¶
-
-
pm4py.algo.enhancement.roles.variants.pandas.apply(df, parameters=None)[source]¶ Gets the roles (group of different activities done by similar resources) out of the log
Parameters: - df – Pandas dataframe
- parameters – Possible parameters of the algorithm
Returns: List of different roles inside the log
Return type: roles
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/>.