Class GoldStandard
- java.lang.Object
-
- org.aksw.limes.core.datastrutures.GoldStandard
-
public class GoldStandard extends Object
This class contains the gold standard mapping and the source and target URIs- Since:
- 1.0
- Version:
- 1.0
- Author:
- Mofeed Hassan (mounir@informatik.uni-leipzig.de)
-
-
Field Summary
Fields Modifier and Type Field Description AMappingreferenceMappingsthe mapping of the gold standardList<String>sourceUrisa list of the source dataset URIsList<String>targetUrisa list of the target dataset URIs
-
Constructor Summary
Constructors Constructor Description GoldStandard(AMapping m)GoldStandard(AMapping reference, List<String> sourceUris, List<String> targetUris)GoldStandard(AMapping reference, ACache sourceUris, ACache targetUris)
-