Class MatchedClickAnnotation

java.lang.Object
annotation.DataAnnotation<MatchedClickAnnotationType>
matchedTemplateClassifer.annotation.MatchedClickAnnotation

public class MatchedClickAnnotation extends DataAnnotation<MatchedClickAnnotationType>
Annotation for the matched click classifier. Holds data on the threshold value, the match correlation and reject correlation.
Author:
Jamie Macaulay
  • Constructor Details

    • MatchedClickAnnotation

      public MatchedClickAnnotation(MatchedClickAnnotationType matchedClickType, MatchedTemplateResult matchedTemplateResult)
      Get the matched template classifier result for the data annotation
      Parameters:
      matchedClickType - - the annotation type.
      matchedTemplateResult - the matched template result.
    • MatchedClickAnnotation

      public MatchedClickAnnotation(MatchedClickAnnotationType matchedClickType, List<MatchedTemplateResult> matchedTemplateResult)
      Get the matched template classifier result for the data annotation
      Parameters:
      matchedClickType - - the annotation type.
      matchedTemplateResult - the matched template result.
  • Method Details

    • getMatchedTemplateResult

      public List<MatchedTemplateResult> getMatchedTemplateResult()
    • setMatchedTemplateResult

      public void setMatchedTemplateResult(List<MatchedTemplateResult> matchedTemplateResult)
      Set the matched template classifier result for the annotation.
      Parameters:
      matchedTemplateResult - - the matched template results
    • setMatchedTemplateResult

      public void setMatchedTemplateResult(MatchedTemplateResult matchedTemplateResult)
      Set the matched template classifier result for the annotation.
      Parameters:
      matchedTemplateResult - - the matched template result.
    • getSymbolData

      public SymbolData getSymbolData(byte clickType)
      Convenience class to grab symbol data from match click classifier.
      Parameters:
      clickType - - the click type
      Returns:
    • getClickType

      public byte getClickType()
      Get the type flag for the matched click classifier.
      Returns:
      the matched click classifier type.
    • toString

      public String toString()
      Overrides:
      toString in class Object