| Package | Description |
|---|---|
| org.aksw.gerbil.evaluate.impl | |
| org.aksw.gerbil.matching | |
| org.aksw.gerbil.matching.impl | |
| org.aksw.gerbil.matching.impl.clas | |
| org.aksw.gerbil.matching.scored |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluationCounts[] |
FMeasureCalculator.generateMatchingCounts(List<List<T>> annotatorResults,
List<List<T>> goldStandard) |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluationResult[] |
FMeasureCalculator.calculateMacroFMeasure(EvaluationCounts[] counts) |
protected EvaluationResult[] |
FMeasureCalculator.calculateMacroFMeasure(EvaluationCounts[] counts,
String precisionName,
String recallName,
String f1ScoreName) |
protected EvaluationResult[] |
FMeasureCalculator.calculateMicroFMeasure(EvaluationCounts[] counts) |
protected EvaluationResult[] |
FMeasureCalculator.calculateMicroFMeasure(EvaluationCounts[] counts,
String precisionName,
String recallName,
String f1ScoreName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassifiedEvaluationCounts |
| Modifier and Type | Field and Description |
|---|---|
EvaluationCounts[] |
ClassifiedEvaluationCounts.classifiedCounts |
| Modifier and Type | Method and Description |
|---|---|
EvaluationCounts |
MatchingsCounter.countMatchings(List<T> annotatorResult,
List<T> goldStandard) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationCounts.add(EvaluationCounts counts) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationCounts |
MatchingsCounterImpl.countMatchings(List<T> annotatorResult,
List<T> goldStandard) |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationCounts> |
HierarchicalMatchingsCounter.countMatchings(List<T> annotatorResult,
List<T> goldStandard) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationCounts |
ClassConsideringMatchingsCounter.countMatchings(List<T> annotatorResult,
List<T> goldStandard)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScoredEvaluationCounts |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScoredEvaluationCounts.hasEqualCounts(EvaluationCounts counts) |
| Constructor and Description |
|---|
ScoredEvaluationCounts(EvaluationCounts counts,
double confidenceThreshould) |
Copyright © 2014–2017. All rights reserved.