Class MatchedClickAnnotationBinary
java.lang.Object
annotation.binary.AnnotationBinaryHandler<MatchedClickAnnotation>
matchedTemplateClassifer.annotation.MatchedClickAnnotationBinary
Annotation for the matched click classifier which adds the match and reject correlation values for each template pair
to the binary files.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionMatchedClickAnnotationBinary
(MatchedClickAnnotationType clickAnnotationType) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) setAnnotationBinaryData
(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) Methods inherited from class annotation.binary.AnnotationBinaryHandler
getDataAnnotationType
-
Constructor Details
-
MatchedClickAnnotationBinary
-
-
Method Details
-
getAnnotationBinaryData
public AnnotationBinaryData getAnnotationBinaryData(PamDataUnit pamDataUnit, DataAnnotation annotation) - Specified by:
getAnnotationBinaryData
in classAnnotationBinaryHandler<MatchedClickAnnotation>
-
setAnnotationBinaryData
public MatchedClickAnnotation setAnnotationBinaryData(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) - Specified by:
setAnnotationBinaryData
in classAnnotationBinaryHandler<MatchedClickAnnotation>
-