Class PostprocessingFilter
- java.lang.Object
-
- de.julielab.jcore.ae.jsbd.postprocessingfilters.PostprocessingFilter
-
public class PostprocessingFilter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostprocessingFilter.Mode
-
Field Summary
Fields Modifier and Type Field Description static StringBIOMED_POSTPROCstatic StringMEDICAL_POSTPROCstatic Stream<String>POSTPROC_STREAM
-
Constructor Summary
Constructors Constructor Description PostprocessingFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>biomedPostprocessingFilter(List<String> predLabels, List<Unit> units)a postprocessing filter (to be used after prediction) which can correct known errorsstatic List<String>medicalPostprocessingFilter(List<String> predLabels, List<Unit> units)a postprocessing filter (to be used after prediction) which can correct known errors
-
-
-
Field Detail
-
BIOMED_POSTPROC
public static final String BIOMED_POSTPROC
- See Also:
- Constant Field Values
-
MEDICAL_POSTPROC
public static final String MEDICAL_POSTPROC
- See Also:
- Constant Field Values
-
-