Package | Description |
---|---|
org.apache.ctakes.assertion.eval |
Modifier and Type | Method and Description |
---|---|
static <OUTCOME_TYPE extends Comparable<? super OUTCOME_TYPE>> |
AnnotationStatisticsCompact.addAll(Iterable<AnnotationStatisticsCompact<OUTCOME_TYPE>> statistics)
Add all statistics together.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,AnnotationStatisticsCompact<String>> |
AssertionEvaluation.test(org.apache.uima.collection.CollectionReader collectionReader,
File directory) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationStatisticsCompact.addAll(AnnotationStatisticsCompact<OUTCOME_TYPE> that)
Adds all the statistics collected by another AnnotationStatisticsCompact to this one.
|
Modifier and Type | Method and Description |
---|---|
static <OUTCOME_TYPE extends Comparable<? super OUTCOME_TYPE>> |
AnnotationStatisticsCompact.addAll(Iterable<AnnotationStatisticsCompact<OUTCOME_TYPE>> statistics)
Add all statistics together.
|
static void |
AssertionEvaluation.printScore(Map<String,AnnotationStatisticsCompact<String>> map,
String directory) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.