public class MatchingsCounterImpl<T extends org.aksw.gerbil.transfer.nif.Marking> extends Object implements MatchingsCounter<T>
| Modifier and Type | Field and Description |
|---|---|
protected MatchingsSearcher<T> |
searcher |
FALSE_NEGATIVE_COUNT_ID, FALSE_POSITIVE_COUNT_ID, TRUE_POSITIVE_COUNT_ID| Constructor and Description |
|---|
MatchingsCounterImpl(MatchingsSearcher<T> searcher) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationCounts |
countMatchings(List<T> annotatorResult,
List<T> goldStandard) |
static void |
setPrintDebugMsg(boolean flag) |
protected MatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Marking> searcher
public MatchingsCounterImpl(MatchingsSearcher<T> searcher)
public EvaluationCounts countMatchings(List<T> annotatorResult, List<T> goldStandard)
countMatchings in interface MatchingsCounter<T extends org.aksw.gerbil.transfer.nif.Marking>public static void setPrintDebugMsg(boolean flag)
Copyright © 2014–2017. All rights reserved.