public class PostprocessingFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PostprocessingFilter.Mode |
| Modifier and Type | Field and Description |
|---|---|
static String |
BIOMED_POSTPROC |
static String |
MEDICAL_POSTPROC |
static java.util.stream.Stream<String> |
POSTPROC_STREAM |
| Constructor and Description |
|---|
PostprocessingFilter() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
biomedPostprocessingFilter(List<String> predLabels,
List<Unit> units)
a postprocessing filter (to be used after prediction) which can correct known errors
|
static List<String> |
medicalPostprocessingFilter(List<String> predLabels,
List<Unit> units)
a postprocessing filter (to be used after prediction) which can correct known errors
|
public static final String BIOMED_POSTPROC
public static final String MEDICAL_POSTPROC
public static final java.util.stream.Stream<String> POSTPROC_STREAM
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.