Package qa.monitor
Class TimeFreqDetectionMatcher
java.lang.Object
qa.monitor.TimeDetectionMatcher
qa.monitor.TimeFreqDetectionMatcher
- All Implemented Interfaces:
DetectionMatcher<PamDataUnit>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()doublegetOverlap(PamDataUnit detection, QASoundDataUnit qaSound) Get the overlap between the qaSound and the detection.Methods inherited from class qa.monitor.TimeDetectionMatcher
getPostWindowMillis, getPreWindowMillis, hasSettings, setPostWindowMillis, setPreWindowMillis, showSettings
-
Constructor Details
-
TimeFreqDetectionMatcher
public TimeFreqDetectionMatcher()
-
-
Method Details
-
getOverlap
Description copied from interface:DetectionMatcherGet the overlap between the qaSound and the detection. This is reported as the percentage of the qaSound which is covered by the detection- Specified by:
getOverlapin interfaceDetectionMatcher<PamDataUnit>- Overrides:
getOverlapin classTimeDetectionMatcher- Parameters:
detection-qaSound-- Returns:
-
getName
- Specified by:
getNamein interfaceDetectionMatcher<PamDataUnit>- Overrides:
getNamein classTimeDetectionMatcher- Returns:
- The name of the match system
-
getDescription
- Specified by:
getDescriptionin interfaceDetectionMatcher<PamDataUnit>- Overrides:
getDescriptionin classTimeDetectionMatcher- Returns:
- a longer description, perhaps including any parameters describing how this is configured
-