Class DLAnnotationBinary
java.lang.Object
annotation.binary.AnnotationBinaryHandler<DLAnnotation>
rawDeepLearningClassifier.logging.DLAnnotationBinary
Saves deep learning annotations in binary files.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) setAnnotationBinaryData
(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) Methods inherited from class annotation.binary.AnnotationBinaryHandler
getDataAnnotationType
-
Constructor Details
-
DLAnnotationBinary
-
-
Method Details
-
getAnnotationBinaryData
public AnnotationBinaryData getAnnotationBinaryData(PamDataUnit pamDataUnit, DataAnnotation annotation) - Specified by:
getAnnotationBinaryData
in classAnnotationBinaryHandler<DLAnnotation>
-
setAnnotationBinaryData
public DLAnnotation setAnnotationBinaryData(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) - Specified by:
setAnnotationBinaryData
in classAnnotationBinaryHandler<DLAnnotation>
-