Skip to content
Snippets Groups Projects
Commit 87e5e1ff authored by as's avatar as
Browse files

c

parent 367abf18
No related branches found
No related tags found
No related merge requests found
a/**
/**
* Copyright (C) 2015 TeeTime (http://teetime.sourceforge.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
......@@ -20,6 +20,8 @@ import teetime.framework.AbstractConsumerStage;
import teetime.framework.InputPort;
import teetime.framework.OutputPort;
import kieker.tools.opad.record.StorableDetectionResult;
/**
*
* This filter separates input values by their reach of a certain threshold (parameter). It takes events of type {@link StorableDetectionResult} and channels them
......@@ -66,4 +68,4 @@ public class AnomalyDetectionFilter<T> extends AbstractConsumerStage<T> {
outputPortAll.send(element);
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment