diagnostics_alignments: Apply the alignments algorithm between a log and a process...

View source: R/diagnostics_alignments.R

diagnostics_alignmentsR Documentation

Apply the alignments algorithm between a log and a process model

Description

Alignment-based replay aims to find one of the best alignment between the trace and the model.

Usage

diagnostics_alignments(
  log,
  marked_petrinet,
  multi_processing = FALSE,
  convert = TRUE
)

Arguments

log

log: Object of class log or derivatives (grouped_log, eventlog,

marked_petrinet

A Marked Petrinet as defined by petrinetR, e.g. the output of discover_inductive or discover_alpha.

multi_processing

logical (default FALSE): Disables if FALSE, enables if TRUE multiprocessing in inductive miner.

convert

logical (default: TRUE): TRUE to automatically convert Python objects to their R equivalent. If you pass FALSE you can do manual conversion using the r-py-conversion function.

Value

alignment diagnostics.


fmannhardt/pm4py documentation built on July 21, 2023, 10:55 p.m.