Class QualitativeMeasuresEvaluator
- java.lang.Object
-
- org.aksw.limes.core.evaluation.qualititativeMeasures.QualitativeMeasuresEvaluator
-
public class QualitativeMeasuresEvaluator extends Object
The class implements the evaluate method to evaluate mappings against several qualitative measures- Since:
- 1.0
- Version:
- 1.0
- Author:
- Mofeed Hassan (mounir@informatik.uni-leipzig.de)
-
-
Constructor Summary
Constructors Constructor Description QualitativeMeasuresEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<EvaluatorType,Double>evaluate(AMapping predictions, GoldStandard goldStandard, Set<EvaluatorType> evaluationMeasures)
-
-
-
Method Detail
-
evaluate
public Map<EvaluatorType,Double> evaluate(AMapping predictions, GoldStandard goldStandard, Set<EvaluatorType> evaluationMeasures)
- Parameters:
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 mappings- Returns:
- Map - It contains the measure name and the corresponding calculated value
-
-