I am looking for methods that allow for automated discovery of rules that can have temporal conditions.
The very simple example would be:
IF user activity WAS running, and now the user activity IS idle THEN user turns of tracking application
The more advanced example could be
IF user activity during last 30 minutes was running, and during last 5 minutes was idle, THEN user turns of tracking application
Do you think that some solutions from process mining techniques could be useful? Or some techniques from discovery of Markov models? I am specifically interested in rules.