public class QualitativeMeasuresEvaluator extends Object
| Constructor and Description |
|---|
QualitativeMeasuresEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
Map<EvaluatorType,Double> |
evaluate(AMapping predictions,
GoldStandard goldStandard,
Set<EvaluatorType> evaluationMeasures) |
public Map<EvaluatorType,Double> evaluate(AMapping predictions, GoldStandard goldStandard, Set<EvaluatorType> evaluationMeasures)
predictions - The predictions provided by a machine learning algorithmgoldStandard - It contains the gold standard (reference mapping) combined with the source and target URIsevaluationMeasures - It is the set of qualitative measures to evaluate the predicted mappingsCopyright © 2020. All rights reserved.