get_event_timestamps
Aggregate event timestamps into a fixed number of bins, grouped by activity.
Events without a valid timestamp are skipped; events without a recognized
activity are counted under
Events without a valid timestamp are skipped; events without a recognized
activity are counted under
"UNKNOWN".Arguments
Returns
import r4pm
log = r4pm.import_item('EventLog','path/to/file')
# Optional argument: options, can also be omitted
options = {"activity_key": 'example', "num_bins": 1, "timestamp_key": 'example'}
res = r4pm.bindings.get_event_timestamps(log, options)