pm4py.util.points_subset module# pm4py.util.points_subset.pick_chosen_points(m, n)[source]# Pick chosen points in a list Parameters: m – Number of wanted points n – Number of current points Returns: Indexes of chosen points Return type: indexes pm4py.util.points_subset.pick_chosen_points_list(m, lst)[source]# Pick a chosen number of points from a list Parameters: m – Number of wanted points lst – List Returns: Reduced list Return type: reduced_lst