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

    • MatchedClickAnnotation Link icon

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

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

    • getMatchedTemplateResult Link icon

      public List<MatchedTemplateResult> getMatchedTemplateResult()
    • setMatchedTemplateResult Link icon

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object