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.

How to export trace variants in RapidProm

Dear all,

I am using RapidProm to explore my events log, namely, the trace variants discovery. Do you have any idea how to export traces variants in CSV or Excel format in RapidProm (image1)? My objective is to automate both the variants discovery and their export to disk.


The export is possible in ProM 6.5.1 (image2) by right clicking on the trace and selecting "Export selected trace variant(s) to Prom", then from the ProM 6.5.1 workspace I select "Export to disk".

Thank you.

Best regards.

Widad Es-Soufi

PhD Student

“Decision-making support in the context of systems design and supervision”

Arts et Métiers ParisTech. France.






Comments

  • Hi Widad,

    Currently this is not possible.
    RapidProM and RapidMiner are designed for large-scale experimentation, and not for interacting with specific objects/component.

    Nevertheless, I will ask the developer of that ProM Plugin to provide such functionality in RapidProM.

    Cheers,

    Alfredo
  • Hi Widad,
    you could write a simple RapidProM operator yourself. There is a helper class in the Log package:

    org.processmining.log.utils.XUtils

    You can use the method:

    XUtils.getVariantsByClassifier()

    to obtain the variants as a ListMultimap. Then, exporting is up to you :smile: but should be easy.
Sign In or Register to comment.