public abstract class AbstractTypeTransformingEvaluatorDecorator<U extends org.aksw.gerbil.transfer.nif.Marking,V extends org.aksw.gerbil.transfer.nif.Marking> extends Object implements TypeTransformingEvaluatorDecorator<U,V>
| Constructor and Description |
|---|
AbstractTypeTransformingEvaluatorDecorator(Evaluator<V> evaluator) |
| Modifier and Type | Method and Description |
|---|---|
protected List<List<V>> |
changeListType(List<List<U>> markings) |
protected abstract List<V> |
changeType(List<U> markings)
The method that performs the internal transformation.
|
void |
evaluate(List<List<U>> annotatorResults,
List<List<U>> goldStandard,
EvaluationResultContainer results) |
Evaluator<V> |
getDecorated()
Returns the decorated
Evaluator. |
public Evaluator<V> getDecorated()
TypeTransformingEvaluatorDecoratorEvaluator.getDecorated in interface TypeTransformingEvaluatorDecorator<U extends org.aksw.gerbil.transfer.nif.Marking,V extends org.aksw.gerbil.transfer.nif.Marking>Evaluatorpublic void evaluate(List<List<U>> annotatorResults, List<List<U>> goldStandard, EvaluationResultContainer results)
Copyright © 2014–2017. All rights reserved.