Skip to content

bpm-diag/DTLogExtSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTLogExtSim

🚀 How To Run

  1. Install Docker:
    Make sure Docker is installed on your system. You can download it from https://www.docker.com.
  2. Clone or Download the Project
  3. Run the Service:
    In the directory containing docker-compose.yml, run:
    docker compose up --build
    This command ensures you’re running the latest version of your app by rebuilding the Docker images before launching the containers. It’s useful when you’ve made changes to the source code or Dockerfile and want to see the updated behavior immediately.
  4. Access the UI: Open your browser and navigate to: http://127.0.0.1:6660

⚙️ Extractor Parameters

Argument Default Description
--simthreshold 0.9 Sets the similarity threshold for grouping resources and generating timetables. A higher value means stricter matching, grouping only very similar resources.
--eta 0.01 Controls the sensitivity of the Split Miner algorithm to rare process behavior. Lower values allow detecting less frequent events or paths, while higher values focus on more common behaviors.
--eps 0.001 Determines how strictly the Split Miner algorithm identifies parallel tasks. Smaller values can reveal more parallel activities; larger values tend to group them as sequential.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •