LowestDispersionFilter

@interface LowestDispersionFilter : NSObject <IFilter>

Simple filter that will reject a candidate unless its dispersion is lower than any candidate seen previously.

  • the best candidate that passes the min and max

    Declaration

    Objective-C

    @property (readonly, nonatomic) Candidate *bestCandidate;

    Swift

    var bestCandidate: Candidate! { get }
  • A reference to a wallclock for calculating current dispersion of the best candidate

    Declaration

    Objective-C

    @property (nonatomic, readonly, weak) ClockBase* wallclockRef
  • Undocumented

    Declaration

    Objective-C

    @interface LowestDispersionFilter : NSObject <IFilter>