Skip to content

v0.0.4.demo

Latest
Compare
Choose a tag to compare
@AdamBanham AdamBanham released this 30 Aug 23:56
· 87 commits to master since this release

Notable Changes

  • Added new interface for generating determinations.
    • users can select the type and duration of slices
    • users can select from a handful of transformers, consisting of both simple and complex transforms.
  • Previously used instantiations of xPM have been stored in separated classes with preset plugins calls.
    • One such instantiation for an upcoming article was added
      • The name of the plugin is called : Exogenous Annotated Log Preparation (AIME2022)
  • Started refresh on the "Exogenous Discovery Investigator" plugin
    • Added new progress interface, showing the progress for several pieces of work that is done
    • Alignment precompute now happens after the plugin starts, to get to first refresh faster
    • A new dot panel is being used, with some minor changes from the original
    • Decision mining progress to completion is now shown
    • Decision points and relative frequencies based on alignment are now visualisation alongside the process model
    • A overlay has been added, such that clicking on a decision point, or transition will trigger it to pop out
      • in future releases, more information will be provided in this overlay
    • Some early measurements for decision aware models have been included and will be shown after the user clicks 'measure model'
      • these measures aim to shown how each decision points add to the overall measurement
      • graphically, this is shown on the overlay for the process model.
  • Added exemplar logs and generation code to repo

Full Changelog: v0.0.3...v0.0.4