Declare Miner
Dependency
To use these algorithms in your Java Maven project it is necessary to include, in the pom.xml
file, the dependency:
<dependency>
<groupId>com.github.beamline</groupId>
<artifactId>discovery-declare</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
Usage
It is possible to call the two miners beamline.miners.declare.DeclareMinerLossyCounting
and beamline.miners.declare.DeclareMinerBudgetLossyCounting
using the following:
After the miner is configured, both can be used to produce a CNet which can be either exported into a .cnet
file or visualized (currently the visualization does not support the bindings):
Scientific literature
The techniques implemented in this package are described in:
- Online Discovery of Declarative Process Models from Event Streams
A. Burattin, M. Cimitile, F. Maggi, A. Sperduti
In IEEE Transactions on Services Computing, vol. 8 (2015), no. 6, pp. 833-846.