Hi all,
I am working on a project (I already explained it on a different discussion) and I need to obtain a Petrinet that I will later convert to an UML. In that moment, I was using the ILP miner, but I realized that some relations went missing. This is not acceptable for me, as this project is expected to run on critical environments.
Due to this, I tried using other ProM plugins and I found out that the Alpha Miner in version Alpha+ generates acceptable values. However, I need to run this from the CLI, using the following function:
alpha_miner(XLog, XEventClassifier, AlphaMinerParameters) -> (Petrinet, Marking)
I assume that I need this variant because I need to specify the version of the Alpha Miner. However, I do not know how I have to create neither the XEventClassifier nor the AlphaMinerParameters especifying the version.
I would be really grateful if someone could point to me which are the paths to the classes to use and how to create the instances, in order for the Alpha Miner to use them.
Comments