Coder Social home page Coder Social logo

miner's Introduction

A Command Line Tool for Process Mining

The tool was built on top of ProM (source code) and thanks for the help by Adam Burke and Dr Sander Leemans from QUT and Dr Eric Verbeek from TU/e.

The miner.jar is the command line tool which contains mining functions. So you can mining process models by calling the miner.jar directly. Or you can check the source code and import the java project to the IDE on your local machine for testing or further development. Notice that, this tool was developed with java 8 runtime environment, so better to use java 8 to avoid issues.

Miners and Commands

Inductive Miner:

# java -cp miner.jar autoMiner <miner name> <input file> <output file> <noise threshold>
java -cp miner.jar autoMiner -IM example_15_short.xes output.pnml 0.0

ProM package source code for inductive miner can be found here.

Directly Flow Miner:

# java -cp miner.jar autoMiner <miner name> <input file> <output file> <noise threshold>
java -cp miner.jar autoMiner -DFM example_15_short.xes output.pnml 0.0

ProM package source code for directly flow miner can be found here.

Transition System Miner:

# java -cp miner.jar autoMiner <miner name> <input file> <output file> <number of states> <classifier filter> <label filter>
java -cp miner.jar autoMiner -TSM example_15_short.xes output.pnml -1 100 100

ProM package source code for transition system miner can be found here.

Source code for parameter set up with UI: https://svn.win.tue.nl/repos/prom/Packages/TransitionSystems/Trunk/src/org/processmining/plugins/transitionsystem/miner/ui/TSMinerUI.java

Parameters settings for TS miner (build some as fixed, can be changed can recompiled if needed).

  1. Fixed: Event Classifier, only use the Event Name (backward key and forward key)
  2. Fixed: Collection of events, use Set as default
  3. Fixed: Size of collection (events) set no limit
  4. Configurable: Size of transition system (states), set to no limit as default, if we meet some issues later, then we can set a limit.
  5. Configurable: Top percentage of event name (0 - 100%), try 100% first
  6. Configurable: Top percentage of transition label (0 - 100%), try 100% first
  7. Fixed: remove self loops = false / merge identical inflow = true / merge identical outflow = true / add start and end states = true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.