Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/adamburkegh/spm_dim into …
Browse files Browse the repository at this point in the history
…master
  • Loading branch information
adamburkegh committed Jul 8, 2021
2 parents 80a84b0 + b3b1ebb commit 52ef352
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,28 @@ The paper describing this experiment is "Burke, A., Leemans, SJJ, Wynn, M.T and

Checkout [`prom-helpers`](https://github.com/adamburkegh/prom-helpers)

In `prom-helpers` ./gradlew test ./gradlew publishToMavenLocal
In `prom-helpers`, `./gradlew test ./gradlew publishToMavenLocal`

In `spd\_dim`, ./gradlew test
In `spd_dim`, `./gradlew test`

## R

Statistical analysis and visualization code is in `scripts`.

## Results
# Running

Experiments are run with `ExperimentRunner`. It depends on a configuration property file, with examples files in `config`.

A standalone command line interface to SETM is in `SETMCommandLine`.

The class `SETMReporter` extracts experimental data from XML `mrun_*` files to pipe-separated files for import into `R` or other tools.

# Results

Measurements and paradigm models are in `results/` and `models/` respectively.


## License
# License

This project is licensed under the GNU Public License (GPL). The source code extends (and forks) the [ProM EvolutionaryTreeMiner](https://svn.win.tue.nl/repos/prom/Packages/EvolutionaryTreeMiner/Trunk) by Buijs (which is LGPL).
This project is licensed under the GNU Public License (GPL). The source code extends (and forks) the [ProM EvolutionaryTreeMiner](https://svn.win.tue.nl/repos/prom/Packages/EvolutionaryTreeMiner/Trunk) by J.C.A.M. Buijs (which is LGPL).

0 comments on commit 52ef352

Please sign in to comment.