discover_alpha+++
Discover a PetriNet using the Alpha+++ Process Discovery algorithm
Arguments
Returns
import r4pm
log_proj = r4pm.import_item('EventLogActivityProjection','path/to/file')
# Optional argument: config, can also be omitted
config = {"absolute_df_clean_thresh": 1, "balance_thresh": 0.2, "fitness_thresh": 0.2, "log_repair_loop_df_thresh_rel": 0.2, "log_repair_skip_df_thresh_rel": 0.2, "relative_df_clean_thresh": 0.2, "replay_thresh": 0.2}
res = r4pm.bindings.discover_alphaplusplusplus(log_proj, config)