pm4py.statistics.start_activities.common.get module#
- pm4py.statistics.start_activities.common.get.get_sorted_start_activities_list(start_activities)[source]#
Gets sorted start attributes list
- Parameters:
start_activities – Dictionary of start attributes associated with their count
- Returns:
Sorted start attributes list
- Return type:
listact
- pm4py.statistics.start_activities.common.get.get_start_activities_threshold(salist, decreasing_factor)[source]#
Get start attributes cutting threshold
- Parameters:
salist – Sorted start attributes list
decreasing_factor – Decreasing factor of the algorithm
- Returns:
Start attributes cutting threshold
- Return type:
threshold