library(dplyr)
## Warning: package 'dplyr' was built under R version 3.2.5
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 3.2.5
library(gganimate)
warning(getwd())
## Warning: C:/Users/Benoit/Insync/UHasselt/Workspaces/RStudio/
## processdiscoverybenchmark/analysis
knitr::opts_knit$set(root.dir="..")
knitr::opts_chunk$set(echo = FALSE, warning=F)

This documents shows the distribution of the recall, precision and F1 values for a specific miner in the presence/non-presence of infrequent paths for varying levels of reoccuring tasks.

Alpha + Miner

Infrequent Paths = False

Infrequent Paths = True

Heuristics Miner

Infrequent Paths = False

Infrequent Paths = True

ILP Miner

Infrequent Paths = False

Infrequent Paths = True

Inductive Miner

Infrequent Paths = False

Infrequent Paths = True