Class EvaluatorFactory
- java.lang.Object
-
- org.aksw.limes.core.evaluation.evaluator.EvaluatorFactory
-
public class EvaluatorFactory extends Object
This Factory class gives a measure object based on the specified measure type.
This object can be used through its method calculate() to evaluate the generated mappings- Since:
- 1.0
- Version:
- 1.0
- Author:
- Mofeed Hassan (mounir@informatik.uni-leipzig.de)
-
-
Constructor Summary
Constructors Constructor Description EvaluatorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IQualitativeMeasurecreate(EvaluatorType measure)
-
-
-
Method Detail
-
create
public static IQualitativeMeasure create(EvaluatorType measure)
-
-