Class MatchedClickAnnotation
java.lang.Object
annotation.DataAnnotation<MatchedClickAnnotationType>
matchedTemplateClassifer.annotation.MatchedClickAnnotation
Annotation for the matched click classifier. Holds data on the threshold value,
the match correlation and reject correlation.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionMatchedClickAnnotation
(MatchedClickAnnotationType matchedClickType, List<MatchedTemplateResult> matchedTemplateResult) Get the matched template classifier result for the data annotationMatchedClickAnnotation
(MatchedClickAnnotationType matchedClickType, MatchedTemplateResult matchedTemplateResult) Get the matched template classifier result for the data annotation -
Method Summary
Modifier and TypeMethodDescriptionbyte
Get the type flag for the matched click classifier.getSymbolData
(byte clickType) Convenience class to grab symbol data from match click classifier.void
setMatchedTemplateResult
(List<MatchedTemplateResult> matchedTemplateResult) Set the matched template classifier result for the annotation.void
setMatchedTemplateResult
(MatchedTemplateResult matchedTemplateResult) Set the matched template classifier result for the annotation.toString()
Methods inherited from class annotation.DataAnnotation
getDataAnnotationType
-
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
-
setMatchedTemplateResult
Set the matched template classifier result for the annotation.- Parameters:
matchedTemplateResult
- - the matched template results
-
setMatchedTemplateResult
Set the matched template classifier result for the annotation.- Parameters:
matchedTemplateResult
- - the matched template result.
-
getSymbolData
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
-