pm4py.statistics.traces.generic 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.statistics.traces.generic.common package
- pm4py.statistics.traces.generic.log package
- Submodules
- pm4py.statistics.traces.generic.log.case_arrival module
- pm4py.statistics.traces.generic.log.case_statistics module
ParametersParameters.ATTRIBUTE_KEYParameters.ACTIVITY_KEYParameters.TIMESTAMP_KEYParameters.CASE_ID_KEYParameters.MAX_VARIANTS_TO_RETURNParameters.VARIANTSParameters.VAR_DURATIONSParameters.ENABLE_SORTParameters.SORT_BY_INDEXParameters.SORT_ASCENDINGParameters.MAX_RET_CASESParameters.BUSINESS_HOURSParameters.BUSINESS_HOUR_SLOTSParameters.WORKCALENDARParameters.INDEXED_LOG
get_variant_statistics()get_cases_description()index_log_caseid()get_events()get_all_case_durations()get_first_quartile_case_duration()get_median_case_duration()get_kde_caseduration()get_kde_caseduration_json()
- pm4py.statistics.traces.generic.pandas package
- Submodules
- pm4py.statistics.traces.generic.pandas.case_arrival module
- pm4py.statistics.traces.generic.pandas.case_statistics module
ParametersParameters.ATTRIBUTE_KEYParameters.ACTIVITY_KEYParameters.TIMESTAMP_KEYParameters.CASE_ID_KEYParameters.START_TIMESTAMP_KEYParameters.MAX_VARIANTS_TO_RETURNParameters.VARIANTS_DFParameters.ENABLE_SORTParameters.SORT_BY_COLUMNParameters.SORT_ASCENDINGParameters.MAX_RET_CASESParameters.BUSINESS_HOURSParameters.BUSINESS_HOUR_SLOTSParameters.WORKCALENDAR
get_variant_statistics()get_variants_df_and_list()get_cases_description()get_variants_df()get_variants_df_with_case_duration()get_events()get_kde_caseduration()get_kde_caseduration_json()get_all_case_durations()get_first_quartile_case_duration()get_median_case_duration()