T - public interface ScoredMatchingsCounter<T extends org.aksw.gerbil.transfer.nif.Marking>
Classes implementing this interface work like a MatchingsCounter but take care of confidence scores inside the annotator results and, thus, returns an array of different results for different confidence score thresholds.
Note that such an implementation should be able to take care of unscored
Markings as well.
Note that a confidence score thresholds means the a confidence score has to be higher than this score and that annotations with a score equal to the threshold have been removed for the evaluation.
| Modifier and Type | Method and Description |
|---|---|
ScoredEvaluationCounts[] |
countMatchings(List<T> annotatorResult,
List<T> goldStandard) |
ScoredEvaluationCounts[] countMatchings(List<T> annotatorResult, List<T> goldStandard)
Copyright © 2014–2017. All rights reserved.