Class MatchedTemplateResult

java.lang.Object
matchedTemplateClassifer.MatchedTemplateResult

public class MatchedTemplateResult extends Object
Class to hold results from the matched click classifier
Author:
Jamie Macaulay
  • Field Details

    • threshold

      public double threshold
      The threshold of the match and reject template correlation.
    • matchCorr

      public double matchCorr
      The threshold of the match and reject template correlation.
    • rejectCorr

      public double rejectCorr
      The threshold of the match and reject template correlation.
  • Constructor Details

    • MatchedTemplateResult

      public MatchedTemplateResult(Double threshold)
    • MatchedTemplateResult

      public MatchedTemplateResult()