Class PostprocessingFilter


  • public class PostprocessingFilter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> biomedPostprocessingFilter​(java.util.List<java.lang.String> predLabels, java.util.List<Unit> units)
      a postprocessing filter (to be used after prediction) which can correct known errors
      static java.util.List<java.lang.String> medicalPostprocessingFilter​(java.util.List<java.lang.String> predLabels, java.util.List<Unit> units)
      a postprocessing filter (to be used after prediction) which can correct known errors
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MEDICAL_POSTPROC

        public static final java.lang.String MEDICAL_POSTPROC
        See Also:
        Constant Field Values
      • POSTPROC_STREAM

        public static final java.util.stream.Stream<java.lang.String> POSTPROC_STREAM
    • Constructor Detail

      • PostprocessingFilter

        public PostprocessingFilter()
    • Method Detail

      • medicalPostprocessingFilter

        public static java.util.List<java.lang.String> medicalPostprocessingFilter​(java.util.List<java.lang.String> predLabels,
                                                                                   java.util.List<Unit> units)
        a postprocessing filter (to be used after prediction) which can correct known errors
        Parameters:
        predLabels -
        units -
        Returns:
      • biomedPostprocessingFilter

        public static java.util.List<java.lang.String> biomedPostprocessingFilter​(java.util.List<java.lang.String> predLabels,
                                                                                  java.util.List<Unit> units)
        a postprocessing filter (to be used after prediction) which can correct known errors
        Parameters:
        predLabels -
        units -
        Returns: