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 Link icon

    • threshold Link icon

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

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

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

    • MatchedTemplateResult Link icon

      public MatchedTemplateResult(Double threshold)
    • MatchedTemplateResult Link icon

      public MatchedTemplateResult()