public class ConfidenceCorrectorEvaluator extends Object
| Constructor and Description |
|---|
ConfidenceCorrectorEvaluator(Object[] startTags,
Object[] inTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(Transducer model,
ArrayList predictions,
InstanceList ilist,
ArrayList correctedSegments,
String description,
PrintStream outputStream,
boolean errorsInUncorrected)
Only evaluates over sequences which contain errors.
|
public void evaluate(Transducer model, ArrayList predictions, InstanceList ilist, ArrayList correctedSegments, String description, PrintStream outputStream, boolean errorsInUncorrected)
correctedSegments
to measure effects of error propagation.model - used to segment input sequencepredictions - list of the corrected segmentationilist - list of testing datacorrectedSegments - list of Segments in each
sequence that were corrected...currently only allows one segment
per instance.uncorrected - true if we only evaluate sequences where
errors remain after correctionCopyright © 2019 JULIE Lab, Germany. All rights reserved.