Package org.aksw.limes.core.controller
Class LimesResult
- java.lang.Object
-
- org.aksw.limes.core.controller.LimesResult
-
public class LimesResult extends Object
- Author:
- sherif
-
-
Field Summary
Fields Modifier and Type Field Description protected AMappingacceptanceMappingprotected AMappingverificationMapping
-
Constructor Summary
Constructors Constructor Description LimesResult(AMapping verificationMapping, AMapping acceptanceMapping)ConstructorLimesResult(AMapping verificationMapping, AMapping acceptanceMapping, ACache sourceCache, ACache targetCache, long runTime, Map<String,String> lsVerbalization, LinkSpecification linkSpecification)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforceOneToOneMapping()AMappinggetAcceptanceMapping()Getter for acceptance partStringgetStatistics()StringgetStatistics(AMapping reference)AMappinggetVerificationMapping()Getter for verification part
-
-
-
Constructor Detail
-
LimesResult
public LimesResult(AMapping verificationMapping, AMapping acceptanceMapping)
Constructor- Parameters:
verificationMapping- Mapping where acceptanceThreshold > sim >= verificationThresholdacceptanceMapping- Mapping where sim >= acceptanceThreshold
-
LimesResult
public LimesResult(AMapping verificationMapping, AMapping acceptanceMapping, ACache sourceCache, ACache targetCache, long runTime, Map<String,String> lsVerbalization, LinkSpecification linkSpecification)
Constructor- Parameters:
verificationMapping- Mapping where acceptanceThreshold > sim >= verificationThresholdacceptanceMapping- Mapping where sim >= acceptanceThresholdsourceCache- source resources cachetargetCache- target resources cacherunTime- run timelsVerbalization- A natural language explanation of the metric grouped by language
-
-
Method Detail
-
getVerificationMapping
public AMapping getVerificationMapping()
Getter for verification part- Returns:
- verification mapping
-
getAcceptanceMapping
public AMapping getAcceptanceMapping()
Getter for acceptance part- Returns:
- acceptance mapping
-
getStatistics
public String getStatistics()
-
forceOneToOneMapping
public void forceOneToOneMapping()
-
-