Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: filtering plug-ins #34

Open
joosbuijs opened this issue Oct 26, 2016 · 1 comment
Open

Feature request: filtering plug-ins #34

joosbuijs opened this issue Oct 26, 2016 · 1 comment
Assignees

Comments

@joosbuijs
Copy link

It would be nice to have the following filtering plug-ins:

  1. Remove all activities in a trace before/after a provided activity
  2. Filter traces starting/ending with activity X or with the top x% of activities (e.g. the 'filter event log using heuristics' plugin by Eric Verbeek). Here I see 2 variants: one with keep activities that start/end with the activities covering x% of the traces (e.g. the percentage slider in the plug-in). A second variant would take a string list in the parameters that keep traces that start/end with those activities.
    See org.processmining.plugins.log.logfilters.ui.logfilterplugin in the Log package for the ProM plug-in entry.
@abolt abolt self-assigned this Oct 26, 2016
@abolt
Copy link

abolt commented Oct 26, 2016

Request 1 and 2.1 are doable in a reasonable time.
Request 2.2 is feasible, but is more tricky to provide a list of activities... (more UI has to be programmed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants