Skip to content

Commit

Permalink
Save sublogs for Sheila scenarios.
Browse files Browse the repository at this point in the history
  • Loading branch information
denisesato committed Sep 12, 2023
1 parent 6805965 commit 68d3e16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions run_scenarios_Sheila.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ def run_adaptive_control_flow():
win_size=window,
metrics=[Metric.NODES.name, Metric.EDGES.name],
adaptive_controlflow_approach=ControlflowAdaptiveApproach.TRACE.name,
detector_class=detector_class)
detector_class=detector_class,
save_sublogs=True)
real_drifts = [250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250]
# real_drifts = [500, 1000, 1500, 2000, 2500, 3000, 3500, 4000, 4500]
detected_drifts, metrics = run_IPDD_script(parameters, real_drifts)
Expand All @@ -180,5 +181,5 @@ def run_adaptive_control_flow():
if __name__ == '__main__':
run_adaptive_control_flow()
# dataset1 = Dataset1Configuration()
# run_massive_adaptive_controlflow_trace_by_trace(dataset1, evaluate=True)
# run_massive_adaptive_controlflow_windowing(dataset1, evaluate=True)
# run_massive_adaptive_controlflow_trace_by_trace(dataset1, evaluate=True, save_sublogs=True)
# run_massive_adaptive_controlflow_windowing(dataset1, evaluate=True, save_sublogs=True)

0 comments on commit 68d3e16

Please sign in to comment.