Class Threshold

  • All Implemented Interfaces:
    DetectionAgentInterface

    public class Threshold
    extends Object
    implements DetectionAgentInterface
    This operator produces a score only if the score of the triggering algorithm is above a threshold value. Takes only one parameter:
    • value (default 0.5)
    Example configuration (threshold10.detection.yml):
     ---
     class_name:     be.cylab.mark.detection.Threshold
     label:          detection.threshold.10
     trigger_label:  detection.2h.count
     parameters: {
       value : 10
     }
     
    Author:
    tibo