pm4py.algo.transformation.ocel.features 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.transformation.ocel.features.events package
- Submodules
- pm4py.algo.transformation.ocel.features.events.algorithm module
Parameters
Parameters.ENABLE_ALL
Parameters.ENABLE_EVENT_ACTIVITY
Parameters.ENABLE_EVENT_TIMESTAMP
Parameters.ENABLE_EVENT_NUM_REL_OBJS
Parameters.ENABLE_EVENT_NUM_REL_OBJS_TYPE
Parameters.ENABLE_EVENT_STR_ATTRIBUTES
Parameters.ENABLE_EVENT_NUM_ATTRIBUTES
Parameters.ENABLE_EVENT_START_OT
Parameters.ENABLE_EVENT_END_OT
Parameters.ENABLE_NEW_INTERACTIONS
Parameters.ENABLE_RELATED_OBJECTS_FEATURES
apply()
transform_features_to_dict_dict()
- pm4py.algo.transformation.ocel.features.events.event_activity module
- pm4py.algo.transformation.ocel.features.events.event_end_ot module
- pm4py.algo.transformation.ocel.features.events.event_num_attributes module
- pm4py.algo.transformation.ocel.features.events.event_num_rel_objs module
- pm4py.algo.transformation.ocel.features.events.event_num_rel_objs_type module
- pm4py.algo.transformation.ocel.features.events.event_start_ot module
- pm4py.algo.transformation.ocel.features.events.event_str_attributes module
- pm4py.algo.transformation.ocel.features.events.event_timestamp module
- pm4py.algo.transformation.ocel.features.events.new_interactions module
- pm4py.algo.transformation.ocel.features.events.related_objects_features module
- pm4py.algo.transformation.ocel.features.events_objects package
- pm4py.algo.transformation.ocel.features.objects package
- Submodules
- pm4py.algo.transformation.ocel.features.objects.algorithm module
Parameters
Parameters.DEBUG
Parameters.ENABLE_ALL
Parameters.ENABLE_LIFECYCLE_METRICS
Parameters.ENABLE_OBJECT_LIFECYCLE_LENGTH
Parameters.ENABLE_OBJECT_LIFECYCLE_UNQ_ACT
Parameters.ENABLE_OBJECT_LIFECYCLE_DURATION
Parameters.ENABLE_OBJECT_DEGREE_CENTRALITY
Parameters.ENABLE_OBJECT_GENERAL_INTERACTION_GRAPH
Parameters.ENABLE_OBJECT_GENERAL_DESCENDANTS_GRAPH
Parameters.ENABLE_OBJECT_GENERAL_INHERITANCE_GRAPH
Parameters.ENABLE_OBJECT_COBIRTH_GRAPH
Parameters.ENABLE_OBJECT_CODEATH_GRAPH
Parameters.ENABLE_OBJECT_LIFECYCLE_ACTIVITIES
Parameters.ENABLE_OBJECT_LIFECYCLE_PATHS
Parameters.ENABLE_OBJECT_STR_ATTRIBUTES
Parameters.ENABLE_OBJECT_NUM_ATTRIBUTES
Parameters.ENABLE_OBJECT_INTERACTION_GRAPH_OT
Parameters.ENABLE_OBJECT_WORK_IN_PROGRESS
Parameters.ENABLE_RELATED_EVENTS_FEATURES
Parameters.ENABLE_RELATED_ACTIVITIES_FEATURES
Parameters.ENABLE_OBJ_CON_IN_GRAPH_FEATURES
Parameters.FILTER_PER_TYPE
apply()
transform_features_to_dict_dict()
- pm4py.algo.transformation.ocel.features.objects.obj_con_in_graph_features module
- pm4py.algo.transformation.ocel.features.objects.object_cobirth_graph module
- pm4py.algo.transformation.ocel.features.objects.object_codeath_graph module
- pm4py.algo.transformation.ocel.features.objects.object_degree_centrality module
- pm4py.algo.transformation.ocel.features.objects.object_general_descendants_graph module
- pm4py.algo.transformation.ocel.features.objects.object_general_inheritance_graph module
- pm4py.algo.transformation.ocel.features.objects.object_general_interaction_graph module
- pm4py.algo.transformation.ocel.features.objects.object_lifecycle_activities module
- pm4py.algo.transformation.ocel.features.objects.object_lifecycle_duration module
- pm4py.algo.transformation.ocel.features.objects.object_lifecycle_length module
- pm4py.algo.transformation.ocel.features.objects.object_lifecycle_paths module
- pm4py.algo.transformation.ocel.features.objects.object_lifecycle_unq_act module
- pm4py.algo.transformation.ocel.features.objects.object_num_attributes module
- pm4py.algo.transformation.ocel.features.objects.object_str_attributes module
- pm4py.algo.transformation.ocel.features.objects.object_work_in_progress module
- pm4py.algo.transformation.ocel.features.objects.objects_interaction_graph_ot module
- pm4py.algo.transformation.ocel.features.objects.related_activities_features module
- pm4py.algo.transformation.ocel.features.objects.related_events_features module