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.
what's the method that population of random process trees generated
ETM In the initial step a population of random process trees is generated where each activity occurs exactly once in each tree,I want to know what's the method that population of random process trees generated
Comments
The main class that takes care of this is the TreeFactoryCoordinator, which can contain several methods to create trees. The TreeFactoryCoordinator itself contains the call to create a random tree (at the end of the class file).
https://svn.win.tue.nl/repos/prom/Packages/EvolutionaryTreeMiner/Trunk/src/org/processmining/plugins/etm/factory/TreeFactoryCoordinator.java
If you look into the TreeUtils.randomTree method you see exactly how this is done.
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology
It is important to pass the XEventClasses object to make sure the link is correct between activities in the model and the event log.
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology