https://github.com/bptlab/correlation-analysis
Code for the master thesis "Deriving Decisive Case Characteristics in Process Performance Analysis" by Jonas Beyer
https://github.com/bptlab/correlation-analysis
Last synced: over 1 year ago
JSON representation
Code for the master thesis "Deriving Decisive Case Characteristics in Process Performance Analysis" by Jonas Beyer
- Host: GitHub
- URL: https://github.com/bptlab/correlation-analysis
- Owner: bptlab
- Created: 2019-12-28T13:18:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T20:44:43.000Z (over 6 years ago)
- Last Synced: 2025-01-07T19:52:12.433Z (over 1 year ago)
- Language: Java
- Size: 536 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deriving Decisive Case Characteristics in Process Performance Analysis
As described in the thesis, the implementation is split into two parts:
- [Log transformation](log-transformer/README.md)
- [Correlation analysis](correlation-analysis/README.md)
Details can be found in the corresponding `README` files.
Both applications are implemented using Java 11.