To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Detailed description or overview of the different import plugins

Having my first go at using Prom and problems with importing files. I noticed that the importers are also plugins, and therefore wondering where i can find more info on the different types. Tried looking for the different importers here: https://svn.win.tue.nl/repos/prom/Packages/ ,but to no avail.

Where can i find more information on these?

I am also having issues with running the alpha miner on a rather large dataset that i sourced here https://data.4tu.nl/articles/dataset/Real-life_event_logs_-_Hospital_log/12716513 . The miner seemingly never finishes. What is the correct approach here? Let it sit and work or reduce the dataset?

Running the miner on one of the example datasets form the "Process Mining: Discovery, Conformance and Enhancement of Business Processes" book finishes quickly without issues.

Any and all input is greatly appreciated!

Herman

Comments

  • Dear Herman,

    On https://svn.win.tue.nl/trac/prom/wiki/ProM610/Plugins all ProM plugins are listed, which includes the import plugins (see the second column). This provides you with an overview of all import plugins in ProM 6.10.

    The theoretical complexity of the Alpha Miner is bad. Although the miner will be fast in general, examples exist for which the miner takes just too much time. For real life logs, the use of the Alpha Miner is not recommended, as this miner does not handle noise very well. Instead, using the Inductive Miner would make more sense.

    Kind regards,
    Eric.

  • Thank you very much for your swift reply!

    I will take a better look at this.

    BR

    Herman
  • For future readers:

    Running into java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException ?

    This is due to a java dependency. "Install the JAXB package using the ProM Package Manager"

    More about this here: https://www.win.tue.nl/promforum/discussion/comment/3768/#Comment_3768

  • Hi,

    This is true if you are using Java 9 or later. As from Java 9, some libraries are removed from the Java core, which include the handling of dates. As a result, without having the JAXB package installed, ProM cannot import any log that contains timestamps. The JAXB package contains the date-handling libraries that were removed from Java 9.

    Kind regards,
    Eric.
Sign In or Register to comment.