Description
Performance Spectrum Miner for Event Data.
Description
Compute detailed and aggregated performance spectrum for event data. The detailed performance spectrum describes the event data in terms of segments, where the performance of each segment is measured and plotted for any occurrences of this segment over time and can be classified, e.g., regarding the overall population. The aggregated performance spectrum visualises the amount of cases of particular performance over time. Denisov, V., Fahland, D., & van der Aalst, W. M. P. (2018) <doi:10.1007/978-3-319-98648-7_9>.
README.md
psmineR
…
Installation
You can install psmineR from CRAN with:
install.packages("psmineR")
Development Version
You can install the development version of psmineR from GitHub with:
# install.packages("devtools")
devtools::install_github("bupaverse/psmineR")
Example
This is a basic example which shows you how to solve a common problem:
library(psmineR)
#> Warning: replacing previous import 'ggplot2::last_plot' by 'plotly::last_plot'
#> when loading 'psmineR'
## basic example code