public class FeaturizerEvaluationErrorListener extends opennlp.tools.cmdline.EvaluationErrorPrinter<FeatureSample> implements FeaturizerEvaluationMonitor
EvaluationMonitor that prints to an
output stream.| Constructor and Description |
|---|
FeaturizerEvaluationErrorListener()
Creates a listener that will print to System.err
|
FeaturizerEvaluationErrorListener(OutputStream outputStream)
Creates a listener that will print to a given
OutputStream |
| Modifier and Type | Method and Description |
|---|---|
void |
missclassified(FeatureSample reference,
FeatureSample prediction) |
public FeaturizerEvaluationErrorListener()
public FeaturizerEvaluationErrorListener(OutputStream outputStream)
OutputStreampublic void missclassified(FeatureSample reference, FeatureSample prediction)
missclassified in interface opennlp.tools.util.eval.EvaluationMonitor<FeatureSample>missclassified in class opennlp.tools.cmdline.EvaluationErrorPrinter<FeatureSample>Copyright © 2012–2017 CoGrOO. All rights reserved.