U - The Marking classV - The ClassifiedMarking classpublic class ClassifyingEvaluatorDecorator<U extends org.aksw.gerbil.transfer.nif.Marking,V extends ClassifiedMarking> extends AbstractTypeTransformingEvaluatorDecorator<U,V>
TypeTransformingEvaluatorDecorator transforms Marking
instances into ClassifiedMarking instances based on the given
MarkingClassifier instances.| Modifier and Type | Field and Description |
|---|---|
protected MarkingClassifier<V>[] |
classifiers |
evaluator| Constructor and Description |
|---|
ClassifyingEvaluatorDecorator(Evaluator<V> evaluator,
MarkingClassifier<V>... classifiers) |
| Modifier and Type | Method and Description |
|---|---|
protected List<V> |
changeType(List<U> markings)
The method that performs the internal transformation.
|
changeListType, evaluate, getDecoratedprotected MarkingClassifier<V extends ClassifiedMarking>[] classifiers
public ClassifyingEvaluatorDecorator(Evaluator<V> evaluator, MarkingClassifier<V>... classifiers)
protected List<V> changeType(List<U> markings)
AbstractTypeTransformingEvaluatorDecoratorchangeType in class AbstractTypeTransformingEvaluatorDecorator<U extends org.aksw.gerbil.transfer.nif.Marking,V extends ClassifiedMarking>markings - the original list of markings listsCopyright © 2014–2017. All rights reserved.