public class EvaluationData extends Object
To support the older HashMap setting,
it provides a static constructor-like method buildFromHashMap(Map<MapKey, Object> map).
| Constructor and Description |
|---|
EvaluationData() |
public static EvaluationData buildFromHashMap(Map<org.aksw.limes.core.evaluation.evaluationDataLoader.DataSetChooser.MapKey,Object> map)
map - HashMap meeting the standards of the DataSetChooser.public File getConfigFile()
public File getSourceFile()
public File getTargetFile()
public File getReferenceDataFile()
public String getName()
public void setName(String name)
name - the name to setpublic String getBaseFolder()
public void setBaseFolder(String baseFolder)
baseFolder - the baseFolder to setpublic String getDatasetFolder()
public void setDatasetFolder(String datasetFolder)
datasetFolder - the datasetFolder to setpublic String getConfigFileName()
public void setConfigFileName(String configFileName)
configFileName - the configFileName to setpublic String getSourceFileName()
public void setSourceFileName(String sourceFileName)
sourceFileName - the sourceFileName to setpublic String getTargetFileName()
public void setTargetFileName(String targetFileName)
targetFileName - the targetFileName to setpublic String getGoldStandardFile()
public void setGoldStandardFile(String goldStandardFile)
goldStandardFile - the goldStandardFile to setpublic String getEvauationResultFolder()
public void setEvauationResultFolder(String evauationResultFolder)
evauationResultFolder - the evauationResultFolder to setpublic String getEvaluationResultFileName()
public void setEvaluationResultFileName(String evaluationResultFileName)
evaluationResultFileName - the evaluationResultFileName to setpublic AConfigurationReader getConfigReader()
public void setConfigReader(AConfigurationReader configReader)
configReader - the configReader to setpublic PropertyMapping getPropertyMapping()
public void setPropertyMapping(PropertyMapping propertyMapping)
propertyMapping - the propertyMapping to setpublic ACache getTargetCache()
public void setTargetCache(ACache targetCache)
targetCache - the targetCache to setpublic ACache getSourceCache()
public void setSourceCache(ACache sourceCache)
sourceCache - the sourceCache to setpublic AMapping getReferenceMapping()
public void setReferenceMapping(AMapping referenceMapping)
referenceMapping - the referenceMapping to setpublic Object getValue(org.aksw.limes.core.evaluation.evaluationDataLoader.DataSetChooser.MapKey key)
key - the key for the required information required concerning teh datasetpublic int getMaxRuns()
public void setMaxRuns(int maxRuns)
maxRuns - the maxRuns to setpublic String getSourceClass()
public void setSourceClass(String sourceClass)
public String getTargetClass()
public void setTargetClass(String targetClass)
Copyright © 2020. All rights reserved.